Skip to content

Commit bc10a9e

Browse files
committed
Set maxlength on new key name field as well.
1 parent d27970e commit bc10a9e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • hypha/apply/users/templates/users/partials

hypha/apply/users/templates/users/partials/list.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
<input
6565
type="text"
6666
name="name"
67+
maxlength="128"
6768
class="flex-1 input input-sm"
6869
placeholder="{% trans "e.g. MacBook Touch ID" %}"
6970
aria-label="{% trans "Passkey name" %}"

0 commit comments

Comments
 (0)