Skip to content

Commit

Permalink
Merge pull request #47 from vaibhavjayaraman/master
Browse files Browse the repository at this point in the history
Limit key name to 25 characters
  • Loading branch information
yvbbrjdr authored Sep 15, 2019
2 parents d99719e + 1590a60 commit 021ee3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/html/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h5 class="modal-title" id="entryModalTitle"></h5>
<input type="hidden" id="editId">
<div class="form-group">
<label for="nameBox">Name</label>
<input type="text" class="form-control" id="nameBox">
<input type="text" class="form-control" id="nameBox" maxlength="25">
</div>
<div class="form-group">
<label for="passphraseBox">Passphrase</label>
Expand Down

0 comments on commit 021ee3b

Please sign in to comment.