{{ __('account_profile.2fa.update.title') }}

{{ __('account_profile.2fa.update.subtitle') }}

@if ($step === 'setup')

{{ __('account_profile.2fa.update.setup.qr_scan') }}


@error('verificationCode')
{{ $message }}
@enderror
@endif @if ($step === 'reactivate')
@error('verificationCode')
{{ $message }}
@enderror
@endif @if ($step === 'confirm' && $two_factor_active)
@error('verificationCode')
{{ $message }}
@enderror
@endif @if (!empty($showBackupCodes))

{{ __('account_profile.2fa.update.backup_code.first_message') }}

    @foreach ($showBackupCodes as $code)
  • {{ $code }}
  • @endforeach
✅ Copié
@endif