mirror of
https://github.com/louislam/dockge.git
synced 2025-02-17 17:15:57 +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);
|
// console.log("Password to be set :" + password);
|
||||||
|
|
||||||
if (password === confirmPassword) {
|
if (password === confirmPassword) {
|
||||||
await User.resetPassword(user.id, password);
|
await User.resetPassword(user.id, password);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue