refactor: Remove all references to the resetPasswordToken field (no-changelog) (#6751)

refactor: remove all references to the resetPasswordToken field (no-changelog)
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-07-27 11:53:25 +02:00
committed by GitHub
parent feac369f6c
commit e6903a87b5
6 changed files with 10 additions and 77 deletions

View File

@@ -11,7 +11,6 @@ const defaultUserProps = {
lastName: null,
email: null,
password: null,
resetPasswordToken: null,
};
export class Reset extends BaseCommand {