Skip to content

Commit

Permalink
🤷
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycoates committed Jul 28, 2020
1 parent db6358a commit 1cd3328
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/ui/downloadPassword.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ module.exports = function(state, emit) {
onsubmit="${checkPassword}"
data-no-csrf
>
<input
id="autocomplete-decoy"
class="hidden"
type="password"
value="lol"
/>
<input
id="password-input"
class="w-full border-l border-t border-b rounded-l-lg rounded-r-none ${invalid
Expand Down

0 comments on commit 1cd3328

Please sign in to comment.