Skip to content

Commit

Permalink
Update reset-password.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentlemercier authored Feb 11, 2024
1 parent ff92223 commit 9615b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/reset-password.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const main = async () => {
}

// console.log("Password to be set :" + password);

if (password === confirmPassword) {
await User.resetPassword(user.id, password);

Expand Down

0 comments on commit 9615b84

Please sign in to comment.