Update extra/reset-password.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
3b34a3acf4
commit
07c2f75be5
@ -51,7 +51,7 @@ const main = async () => {
|
||||
throw new Error(passwordValidation.msg);
|
||||
}
|
||||
if (passwordValidation.warning) {
|
||||
console.warn("\x1b[31m%s\x1b[0m",
|
||||
console.warn("\x1b[33m%s\x1b[0m",
|
||||
"Warning: " + passwordValidation.warning);
|
||||
}
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user