@php
$isMobile = (
isset($_SERVER['HTTP_USER_AGENT'])
&& \ProcessMaker\Helpers\MobileHelper::isMobile($_SERVER['HTTP_USER_AGENT'])
) ? true : false;
@endphp
@if (!$isMobile)
@endif
@component('components.logo')
@endcomponent
{{__('Configure the authenticator app')}}
{{__('1.- Download the Google Authenticator App')}}
{{__('2.- On the Google Authenticator app click on the + icon')}}
{{__('3.- Select "Scan QR code" option')}}