We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53c9f6 commit bc24a13Copy full SHA for bc24a13
resources/views/mfa/parts/verify-totp.blade.php
@@ -6,6 +6,7 @@
6
{{ csrf_field() }}
7
<input type="text"
8
name="code"
9
+ autocomplete="one-time-code"
10
autofocus
11
placeholder="{{ trans('auth.mfa_gen_totp_provide_code_here') }}"
12
class="input-fill-width {{ $errors->has('code') ? 'neg' : '' }}">
0 commit comments