Autofocus totp input

This commit is contained in:
sedrubal
2018-01-14 21:34:09 +01:00
parent b660468a56
commit 35c3d22fd5

View File

@@ -28,7 +28,7 @@
<div class="form-group">
<label class="sr-only">{{ trans('forms.login.2fauth') }}</label>
<input type="text" name="code" class="form-control" placeholder="{{ trans('forms.login.2fauth') }}" required>
<input type="text" name="code" class="form-control" placeholder="{{ trans('forms.login.2fauth') }}" required autofocus>
</div>
<div class="form-group">
<button type="submit" class="btn btn-info btn-lg btn-block btn-trans">{{ trans('dashboard.login.login') }}</button>