Update verify-totp.blade.php

This commit is contained in:
Robert Accettura 2021-11-21 23:15:37 -05:00 committed by GitHub
parent 0d740ca681
commit 37db51a627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
{{ csrf_field() }}
<input type="text"
name="code"
tabindex="0"
autofocus
placeholder="{{ trans('auth.mfa_gen_totp_provide_code_here') }}"
class="input-fill-width {{ $errors->has('code') ? 'neg' : '' }}">
@if($errors->has('code'))