Usa Google Authenticator, Microsoft Authenticator o app compatibile TOTP.
2FA attivata correttamente.
@endif @if (session('status') === 'two-factor-disabled')2FA disattivata.
@endif @if (! $user->hasTwoFactorEnabled()) @if (!empty($twoFactorPendingSecret ?? null))1) Inserisci questa chiave nell'app Authenticator:
{{ $twoFactorPendingSecret }}
@if(!empty($twoFactorPendingUri ?? null))
URI OTP:
{{ $twoFactorPendingUri }}
@endif
2FA attiva dal {{ optional($user->two_factor_confirmed_at)->format('d/m/Y H:i') }}.
In login dovrai inserire il codice OTP della tua app.