diff --git a/resources/views/auth/checkpoint.blade.php b/resources/views/auth/checkpoint.blade.php index 1c84e8e2a..373633859 100644 --- a/resources/views/auth/checkpoint.blade.php +++ b/resources/views/auth/checkpoint.blade.php @@ -1,55 +1,68 @@ @extends('layouts.blank') +@push('styles') + + +@endpush + @section('content') -
-
-
-
- -

Verify Two Factor Code

-
-
- If you lose access to your 2FA device, contact the admins. -
-
-
-
- @csrf +
+
+
+
+
+ + + +

2FA Checkpoint

+

+ Enter the 2FA code from your device. +

+

+ If you lose access to your 2FA device, contact the admins. +

+
+
+
+ + @csrf -
+
-
- +
+ - @if ($errors->has('code')) - - {{ $errors->first('code') }} - - @endif -
-
+ @if ($errors->has('code')) + + {{ $errors->first('code') }} + + @endif +
+
-
-
- +
+
+ -
-
- -
-
-
- Logged in as: {{Auth::user()->username}} - - Logout - - -
-
-
+
+
+ +
+
+
+

+ Logged in as: {{request()->user()->username}} +

+ +
+ @csrf + +
+
+
+
+
@endsection