@extends(backpack_view('layouts.auth')) @section('content')
{!! backpack_theme_config('project_logo') !!}

Two-Factor Authentication

{{-- Show QR code --}} @if(isset($qr))

To complete your two-factor authentication setup, please scan the QR code below using the Google Authenticator app on your mobile device.

QR Code
  1. Install the Google Authenticator app from the App Store (iOS) or Google Play Store (Android), if not already installed.
  2. Open the app and tap the “+” icon.
  3. Select “Scan a QR code.”
  4. Use your phone’s camera to scan the QR code displayed above.
@endif

You must set up your Google Authenticator app before contining. You will be unable to login otherwise

Backup Codes

In case you lost your device. You can use a one time code to sign in. Save these codes somewhere safe. The code can be used once.

{{ $backupCode }}

@endsection