Skip to content

Commit

Permalink
Removed token reset
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrea committed Jan 9, 2024
1 parent bd61419 commit 3b50859
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/models/schemas/User.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,6 @@ const UserSchema = new mongoose.Schema({
*/
req_count: { type: Number, default: 0 },

/**
* Flag indicating whether the user's token needs to be reset.
* @type {boolean}
* @default false
*/
token_reset: { type: Boolean, default: false },

/**
* Date and time when the user account was created.
* @type {Date}
Expand Down

0 comments on commit 3b50859

Please sign in to comment.