uopdate
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user