Double authentification (2FA)

@if ($twoFactorEnabled)
{{ __('With two-factor authentication enabled, you will be prompted for a secure, random pin during login, which you can retrieve from the TOTP-supported application on your phone.') }}

Protection active

La double authentification est activée et protège votre compte.

@else

Sécurité recommandée

Renforcez la sécurité de votre compte en activant la double authentification.

{{ __('When you enable two-factor authentication, you will be prompted for a secure pin during login. This pin can be retrieved from a TOTP-supported application on your phone.') }}
@endif {{--
Enter your password to setup Two-Factor authentication
--}}