Skip to content

Commit

Permalink
Make sure that password field will be hidden after a while
Browse files Browse the repository at this point in the history
  • Loading branch information
sr-verde committed Nov 21, 2018
1 parent 024da6d commit 6f4dc93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ <h1>Mobiler Hash-Passwort-Generator</h1>
setTimeout(function() {
document.getElementById('tooltip').style.opacity = '0';
}, 2000);
setTimeout(function() {
document.getElementById('hashedPw').type = 'password';
}, 25000);
}
}
</script>
Expand Down

0 comments on commit 6f4dc93

Please sign in to comment.