Skip to content

Commit

Permalink
chore(frontend): remove password from user factory (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras authored Dec 6, 2024
1 parent e79434c commit c061465
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/mirage/factories/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export default Factory.extend({
firstName: () => faker.name.firstName(),
lastName: () => faker.name.lastName(),
email: () => faker.internet.email(),
password: () => faker.internet.password(),

fullName() {
if (!this.firstName || !this.lastName) {
Expand Down

0 comments on commit c061465

Please sign in to comment.