Skip to content

Commit

Permalink
Merge pull request #15688 from incogg/bugfix/15655-password-visibilit…
Browse files Browse the repository at this point in the history
…y-toggle

Login: load password visibility toggle after unsuccessful attempt
  • Loading branch information
ornicar committed Jul 10, 2024
2 parents 662ecf3 + a5efb59 commit 5674ab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/bits/src/bits.login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ function loginStart() {
if (el.length) {
history.add();
$f.replaceWith(el);
addPasswordVisibilityToggleListener();
load();
} else {
alert(text || res.statusText + '. Please wait some time before trying again.');
Expand Down

0 comments on commit 5674ab7

Please sign in to comment.