This commit is contained in:
oliver
2026-06-08 10:01:15 -03:00
parent 2da6e88326
commit 8c668d4cd0
2 changed files with 43 additions and 12 deletions
+2
View File
@@ -1861,6 +1861,8 @@ async function sendPasswordReset() {
} catch (_) {
// Always show sent — never reveal whether the address exists
} finally {
// Hide the red error panel — it's no longer relevant once reset is requested
document.getElementById("signin-error").style.display = "none";
document.getElementById("reset-pw-idle").style.display = "none";
document.getElementById("reset-pw-sent").style.display = "flex";
}