mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-23 14:48:20 +08:00
Update verify-totp.blade.php
This commit is contained in:
parent
0d740ca681
commit
37db51a627
|
@ -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'))
|
||||
|
|
Loading…
Reference in New Issue
Block a user