{{ __('When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone\'s Google Authenticator application.') }}
@if ($this->enabled) @if ($showingQrCode)@if ($showingConfirmation) {{ __('Scan the following QR code using your phone\'s authenticator application and confirm it with the generated OTP code.') }} @else {{ __('Two factor authentication is now enabled. Scan the following QR code using your phone\'s authenticator application.') }} @endif
{{ __('Setup Key') }}: {{ decrypt($this->user->two_factor_secret) }}
{{ __('Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.') }}