Skip to content

Commit 3b50859

Browse files
committed
Removed token reset
1 parent bd61419 commit 3b50859

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/models/schemas/User.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,6 @@ const UserSchema = new mongoose.Schema({
8585
*/
8686
req_count: { type: Number, default: 0 },
8787

88-
/**
89-
* Flag indicating whether the user's token needs to be reset.
90-
* @type {boolean}
91-
* @default false
92-
*/
93-
token_reset: { type: Boolean, default: false },
94-
9588
/**
9689
* Date and time when the user account was created.
9790
* @type {Date}

0 commit comments

Comments
 (0)