Skip to content

Commit

Permalink
fix: verification fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3xpl0itk1t committed Jan 18, 2024
1 parent 4e6f517 commit a10d727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/user.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const userSchema = new mongoose.Schema(
},
verificationStatus: {
type: Boolean,
default: true,
default: false,
required: true,
},
passwordResetToken: {
Expand Down

0 comments on commit a10d727

Please sign in to comment.