mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-12 17:44:31 +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"
|
name="code"
|
||||||
placeholder="{{__('Two-Factor Authentication Code')}}"
|
placeholder="{{__('Two-Factor Authentication Code')}}"
|
||||||
required
|
required
|
||||||
autocomplete="new-password"
|
autocomplete="one-time-code"
|
||||||
autofocus=""
|
autofocus=""
|
||||||
inputmode="numeric"
|
inputmode="numeric"
|
||||||
minlength="6">
|
minlength="6">
|
||||||
|
|
Loading…
Reference in a new issue