Update extra/reset-password.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Frank Elsinga 2026-01-18 15:59:45 +01:00 committed by GitHub
parent 3b34a3acf4
commit 07c2f75be5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {