Skip to content

Commit

Permalink
Disable browser spell check on password
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-wallace committed Oct 26, 2023
1 parent b90e169 commit 789a14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1 class="header-title">mkpasswd.surge.sh</h1>
<div class="random-password">

<div class="password-container">
<input type="text" class="password" id="password" focus><div title="COPY" class="copy-svg-btn"></div>
<input type="text" class="password" id="password" spellcheck="false" focus><div title="COPY" class="copy-svg-btn"></div>
</div>

<div class="copy-btn-box">
Expand Down

0 comments on commit 789a14c

Please sign in to comment.