@if (getSiteSettings('2fa'))

{{__('Enable Google Authenticator') }}

  • Download App
  • Scan QR Code
  • Backup Key
  • Google Authenticator
  • Complete

Download and install the
Authenticator app


App Store

Android APK

Scan to Download iOS and Android


{{--

How to set up Binance/Google Authenticator

--}}

Scan this QR Code in the Authenticator app

{!! QrCode::size(200)->style('round')->eyeColor(2,165,160,143, 0, 0, 0)->eyeColor(1,165,160,143, 0, 0, 0)->eyeColor(0,165,160,143, 0, 0, 0)->gradient(165,160,143,165,160,143,'radial')->generate($qr ?? '') !!}

{{--
--}}

If you are unable to scan the Qr Code, Please enter this code manually into the app

{{$key ?? ''}}


Save this Backup Key in secure location

{{$key ?? ''}}

This key will allow you to recover your Authenticator, If you lose your phone. Otherwise, resetting Google Authenticator will take atleast 7 days.

Enable Authenticator by verifying your account


Authenticator Enabled

You have successfully enabled Authenticator to protect your account



{{__('Require Google Authentication Code for') }}
  • fa_setting) && in_array('login',Auth::user()->fa_setting) ? 'checked' : ''}}> {{__('For Login') }}
{{__('Cancel Google 2FA') }}


@else

{{__('Disabled Access')}}

{{__('2FA functionality is disabled by the Administrator.') }}

@endif