Skip to content

Commit bc24a13

Browse files
committed
TOTP: Added one-time-code autofill
During review of #4849 Tested on Firefox & Chromium desktop.
1 parent c53c9f6 commit bc24a13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/views/mfa/parts/verify-totp.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
{{ csrf_field() }}
77
<input type="text"
88
name="code"
9+
autocomplete="one-time-code"
910
autofocus
1011
placeholder="{{ trans('auth.mfa_gen_totp_provide_code_here') }}"
1112
class="input-fill-width {{ $errors->has('code') ? 'neg' : '' }}">

0 commit comments

Comments
 (0)