Update 2FA checkpoint view, fixes #470

This commit is contained in:
Daniel Supernault 2018-09-23 20:17:55 -06:00
parent 2982182b3d
commit c44dcca592
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<div class="form-group row">
<div class="col-md-12">
<input id="code" type="code" class="form-control{{ $errors->has('code') ? ' is-invalid' : '' }}" name="code" placeholder="{{__('Two-Factor Authentication Code')}}" required autocomplete="off">
<input id="code" type="text" class="form-control{{ $errors->has('code') ? ' is-invalid' : '' }}" name="code" placeholder="{{__('Two-Factor Authentication Code')}}" required autocomplete="off" autofocus="">
@if ($errors->has('code'))
<span class="invalid-feedback">