diff --git a/extra/reset-password.ts b/extra/reset-password.ts index e5c3d55..eae0c32 100644 --- a/extra/reset-password.ts +++ b/extra/reset-password.ts @@ -53,7 +53,7 @@ export const main = async () => { } // console.log("Password to be set :" + password); - + if (password === confirmPassword) { await User.resetPassword(user.id, password);