TOTP: Added one-time-code autofill
During review of #4849 Tested on Firefox & Chromium desktop.
This commit is contained in:
parent
c53c9f6866
commit
bc24a1360f
|
@ -6,6 +6,7 @@
|
||||||
{{ csrf_field() }}
|
{{ csrf_field() }}
|
||||||
<input type="text"
|
<input type="text"
|
||||||
name="code"
|
name="code"
|
||||||
|
autocomplete="one-time-code"
|
||||||
autofocus
|
autofocus
|
||||||
placeholder="{{ trans('auth.mfa_gen_totp_provide_code_here') }}"
|
placeholder="{{ trans('auth.mfa_gen_totp_provide_code_here') }}"
|
||||||
class="input-fill-width {{ $errors->has('code') ? 'neg' : '' }}">
|
class="input-fill-width {{ $errors->has('code') ? 'neg' : '' }}">
|
||||||
|
|
Loading…
Reference in New Issue