mirror of
https://github.com/louislam/dockge.git
synced 2024-11-24 03:44:03 +00:00
Update reset-password.ts
This commit is contained in:
parent
ff922232c1
commit
9615b844c3
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ export const main = async () => {
|
|||
}
|
||||
|
||||
// console.log("Password to be set :" + password);
|
||||
|
||||
|
||||
if (password === confirmPassword) {
|
||||
await User.resetPassword(user.id, password);
|
||||
|
||||
|
|
Loading…
Reference in a new issue