Security @if(session('success'))
{{ session('success') }}
@endif
{{-- PASSWORD --}}
Change Password
{{-- TWO-FACTOR AUTH --}}
Two-Factor Authentication

Protect your account with an authenticator app like Authy, Google Authenticator or 1Password.

{{-- DISABLED --}} @if(!$twoFactorEnabled) {{-- ENABLED BUT NOT CONFIRMED --}} @elseif($twoFactorEnabled && !$twoFactorConfirmed)
Scan the QR code below and enter the 6-digit code to confirm two-factor authentication.
{!! $qrCode !!}
{{-- ENABLED & CONFIRMED --}} @else

Recovery Codes
@foreach($recoveryCodes as $code)
{{ $code }}
@endforeach
@endif
{{-- SIDEBAR --}}

Security Tip


Save your recovery codes somewhere secure. If you lose access to your authenticator, they are your only way back in.