Add an extra layer of security. When enabled, you will be asked for a verification code each time you log in.
@if($tfa_user->is_tfa_enabled && $tfa_user->two_factor_confirmed_at)Method: {{ $tfa_user->two_factor_method === 1 ? 'SMS' : 'Authenticator App (TOTP)' }}
@else @endif