mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Merge pull request #4769 from rubenvanerk/develop
This commit is contained in:
commit
688515b8bf
@ -18,7 +18,7 @@
|
||||
<input type="hidden" name="_token" value="{{ csrf_token() }}"/>
|
||||
|
||||
<div class="form-group has-feedback">
|
||||
<input type="text" name="one_time_password" class="form-control" placeholder="{{ 'two_factor_code_here'|_ }}"/>
|
||||
<input type="text" name="one_time_password" class="form-control" placeholder="{{ 'two_factor_code_here'|_ }}" autocomplete="off"/>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
|
@ -27,7 +27,7 @@
|
||||
<form action="{{ route('two-factor.submit') }}" method="POST">
|
||||
<input type="hidden" name="_token" value="{{ csrf_token() }}"/>
|
||||
<div class="input-group mb-3">
|
||||
<input type="text" id="oneTimeInput" name="one_time_password" class="form-control" placeholder="{{ 'two_factor_code_here'|_ }}"/>
|
||||
<input type="text" id="oneTimeInput" name="one_time_password" class="form-control" placeholder="{{ 'two_factor_code_here'|_ }}" autocomplete="off"/>
|
||||
|
||||
<div class="input-group-append">
|
||||
<div class="input-group-text">
|
||||
|
Loading…
Reference in New Issue
Block a user