Update reset-password.ts

This commit is contained in:
laurentlemercier 2024-02-11 23:11:39 +01:00 committed by GitHub
parent ff922232c1
commit 9615b844c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ export const main = async () => {
}
// console.log("Password to be set :" + password);
if (password === confirmPassword) {
await User.resetPassword(user.id, password);