totp-recovery.html: switch back to text

Recovery codes are non-numeric
This commit is contained in:
Drew DeVault 2022-05-31 15:01:42 +02:00
parent bb9a754d30
commit 8786c43505
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<div class="form-group">
<label for="recovery-code">Recovery code</label>
<input
type="number"
type="text"
name="recovery-code"
id="recovery-code"
class="form-control {{valid.cls("recovery-code")}}"