mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-28 13:52:30 +00:00
Update verify-totp.blade.php
This commit is contained in:
parent
0d740ca681
commit
37db51a627
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue