mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
reset password complete
This commit is contained in:
@ -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();
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user