@extends('layouts.blank') @push('styles') @endpush @section('content')

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

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

@csrf
@endsection @push('scripts') @endpush