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

Two-Factor Authentication

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

Set up your two factor authentication by scanning the barcode below.

{{--

Alternatively you can use the code {{ $secret }}

--}}
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