reset password complete

This commit is contained in:
Alessandro Ferro
2024-03-26 17:05:17 +01:00
parent 9561b874a2
commit 68dafe32d1
3 changed files with 113 additions and 11 deletions

View File

@ -48,7 +48,7 @@ async function resetPassword(password, secret) {
// Delete all the requests associated with that e-mail
await tr('RequestResetPassword').where({
email
email: request.email
}).del();
});
}