Can use backup codes to login.

This commit is contained in:
James Cole
2019-08-04 07:10:18 +02:00
parent 0b6c3efe8d
commit e41211bed7
3 changed files with 51 additions and 10 deletions

View File

@@ -18,7 +18,7 @@
<input type="hidden" name="_token" value="{{ csrf_token() }}"/>
<div class="form-group has-feedback">
<input type="number" 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'|_ }}"/>
</div>
<div class="row">