From 9615b844c3be28f952da3063a19565d01d389089 Mon Sep 17 00:00:00 2001 From: laurentlemercier <22855554+laurentlemercier@users.noreply.github.com> Date: Sun, 11 Feb 2024 23:11:39 +0100 Subject: [PATCH] Update reset-password.ts --- extra/reset-password.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);