mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-22 19:02:31 +01:00
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() }}
|
||||
<input type="text"
|
||||
name="code"
|
||||
autocomplete="one-time-code"
|
||||
autofocus
|
||||
placeholder="{{ trans('auth.mfa_gen_totp_provide_code_here') }}"
|
||||
class="input-fill-width {{ $errors->has('code') ? 'neg' : '' }}">
|
||||
|
Loading…
Reference in New Issue
Block a user