mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update checkpoint view, improve input autocomplete. Fixes #4959
This commit is contained in:
parent
d3f6c71b8e
commit
d18824e719
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
name="code"
|
||||
placeholder="{{__('Two-Factor Authentication Code')}}"
|
||||
required
|
||||
autocomplete="new-password"
|
||||
autocomplete="one-time-code"
|
||||
autofocus=""
|
||||
inputmode="numeric"
|
||||
minlength="6">
|
||||
|
|
Loading…
Reference in a new issue