Two-Factor Authentication

@if(session('success'))
{{ session('success') }}
@endif @if($showSetup) @if($qrUrl)

Scan this QR code with your authenticator app (e.g. Google Authenticator):

QR Code

Or enter manually: {{ $secret }}

@error('code')

{{ $message }}

@enderror
@else

Protect your account with two-factor authentication.

@endif @else
Two-factor authentication is enabled

Enter your password to confirm:

@endif