Multi-Factor Authentication
@if (auth()->user()->mfa_enabled_at)
MFA is enabled on your account.
@if (!($appSettings['mfa_required'] ?? false))
@endif
@else
MFA is currently disabled.
Set Up MFA
@endif
@if (!auth()->user()->hasRole('admin') && !auth()->user()->hasRole('manager'))
Delete Account
This will permanently delete your account and remove your account-related records. You will be logged out immediately.
@endif