{{ ($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
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 }}
{{ $mfaSecret }}
@endif
@if ($errors->any())
{{ $errors->first() }}
@endif