Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-Karasu authored Mar 13, 2024
1 parent 6f6ebed commit 6a6d998
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<h2>Website informations</h2>
<div>
<label for="website">Website name</label>
<input type="text" id="website" placeholder="Website name" value="">
<input type="password" id="website" placeholder="Website name" value="">
</div>
<div>
<label for="account">Account identifier</label>
<input type="text" id="account" placeholder="Account identifier" value="">
<input type="password" id="account" placeholder="Account identifier" value="">
</div>
</div>
<div class="field">
Expand All @@ -44,7 +44,7 @@ <h2>Secret keys</h2>
<h2>Options</h2>
<div>
<label for="addString">Add non-encoded string</label>
<input type="text" id="addString" placeholder="Add non-encoded string" value="PwdM4k€r">
<input type="password" id="addString" placeholder="Add non-encoded string" value="PwdM4k€r">
</div>
<div>
<label for="maxLength">Max length</label>
Expand Down

0 comments on commit 6a6d998

Please sign in to comment.