@extends($activeTemplate . 'layouts.master') @section('content')
{{ __($pageTitle) }}
@if (!$user->ts)
1. @lang('Scan QR Code')

@lang('Scan the QR code using a passcode generator app') (e.g., @lang('Google Authenticator or Authy')).

image

@lang('If you cannot scan, please enter the following code manually')

@lang('Google Authenticator is a multifactor app for mobile devices. It generates timed codes used during the 2-step verification process. To use Google Authenticator, install the Google Authenticator application on your mobile device.') @lang('Download')

2. @lang('Confirm OTP Code')

@lang('Confirm your passcode generator app by entering the code below').

@csrf
@endif @if ($user->ts)
2. @lang('Confirm OTP Code')

@lang('Confirm your passcode generator app by entering the code below').

@csrf
@endif
@endsection @push('script') @endpush