@extends('settings.template') @section('section')

Setup Two-Factor Authentication


We only support Two-Factor Authentication via TOTP mobile apps.
Step 1: Install compatible 2FA mobile app

You will need to install a compatible mobile app, we recommend the following apps:


Please scan the QR code and then enter the 6 digit code in the form below. Keep in mind the code changes every 30 seconds, and is only good for 1 minute.

QR Code

OTP Secret

Step 3: Download Backup Codes

Please store the following codes in a safe place, each backup code can be used only once if you do not have access to your 2FA mobile app.

@foreach($backups as $code)

{{$code}}

@endforeach
@endsection @push('scripts') @endpush