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

MFA Checkpoint

Enter the MFA code from your device.

If you lose access to your MFA device, contact the admins.

@csrf
@if ($errors->has('code')) {{ $errors->first('code') }} @endif

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

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