mirror of
https://github.com/louislam/dockge.git
synced 2024-11-27 13:14:03 +00:00
Update reset-password.ts
Spaces...
This commit is contained in:
parent
8533d18723
commit
165a944822
1 changed files with 13 additions and 14 deletions
|
@ -68,8 +68,7 @@ export const main = async () => {
|
|||
console.log("Found password : " + process.env.PASSWORD) ;
|
||||
password = process.env.PASSWORD ;
|
||||
confirmPassword = process.env.PASSWORD ;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
console.log("No found password: " ) ;
|
||||
password = await question("New Password: ");
|
||||
confirmPassword = await question("Confirm New Password: ");
|
||||
|
|
Loading…
Reference in a new issue