@vite([ 'resources/css/app.css', 'resources/js/app.js', ...(($mfaEnrollmentRequired ?? false) ? ['resources/js/mfa-setup.js'] : []), ])
Meduvo Health

{{ ($mfaEnrollmentRequired ?? false) ? 'Set up MFA' : 'Verify your sign in' }}

@if ($mfaEnrollmentRequired ?? false) Add Meduvo Health to an authenticator app, then enter the 6-digit code. @else Enter the 6-digit code from your authenticator app. @endif

@if ($mfaEnrollmentRequired ?? false)

Use any authenticator app

Scan the QR code in Google Authenticator, Microsoft Authenticator, 1Password, Authy, or any TOTP app.

@if (! empty($mfaOtpAuthUri))
Can't scan? Use manual setup key
{{ $mfaSecret }}
@else
{{ $mfaSecret }}
@endif
@endif
@if ($errors->any()) @endif
@csrf