diff --git a/resources/views/auth/two-factor-auth.blade.php b/resources/views/auth/two-factor-auth.blade.php index 7b59f9f7..7a7198d0 100644 --- a/resources/views/auth/two-factor-auth.blade.php +++ b/resources/views/auth/two-factor-auth.blade.php @@ -6,26 +6,24 @@ - {{ Form::open() }} -
- {{ trans('dashboard.login.two-factor') }} +
+
+ {{ trans('dashboard.login.two-factor') }} - @if(Session::has('error')) -

{{ Session::get('error') }}

- @endif + @if(Session::has('error')) +

{{ Session::get('error') }}

+ @endif -
- - {{ Form::text('code', null, [ - 'class' => 'form-control', 'placeholder' => trans('forms.login.2fauth'), 'required' => 'required' - ]) }} -
-
-
- -
-
- {{ Form::close() }} +
+ + +
+
+
+ +
+
+ @stop