Skip to content

Commit

Permalink
Change two factor code entry box from text to number (#1733)
Browse files Browse the repository at this point in the history
  • Loading branch information
geek1011 authored and lunny committed May 16, 2017
1 parent bc299b8 commit 03d6bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/user/auth/twofa.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{{template "base/alert" .}}
<div class="required inline field">
<label for="passcode">{{.i18n.Tr "passcode"}}</label>
<input id="passcode" name="passcode" type="text" autocomplete="off" autofocus required>
<input id="passcode" name="passcode" type="number" autocomplete="off" autofocus required>
</div>

<div class="inline field">
Expand Down

0 comments on commit 03d6bab

Please sign in to comment.