FIX pressing Enter confirms dialog after generating password

This commit is contained in:
Caffeine Fueled 2026-03-02 21:43:13 +01:00
parent 2489807158
commit 1d961690ec
Signed by: cf7
GPG key ID: CA295D643074C68C

1
app.py
View file

@ -268,6 +268,7 @@ function genPassword() {
$("#pw-input").value = pw;
$("#pw-input").type = "text";
$("#pw-msg").textContent = "Copy this password before setting it.";
$("#pw-input").focus();
}
function removePassword() {