1 @extends('simple-layout')
4 <div class="container small py-xl">
6 <div class="card content-wrap auto-height">
7 <h1 class="list-heading">Setup Multi-Factor Authentication</h1>
9 Setup multi-factor authentication as an extra layer of security
10 for your user account.
13 <div class="setting-list">
14 <div class="grid half gap-xl">
16 <div class="setting-list-label">Mobile App</div>
18 To use multi-factor authentication you'll need a mobile application
19 that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.
23 <a href="{{ url('/mfa/totp-generate') }}" class="button outline">Setup</a>
27 <div class="grid half gap-xl">
29 <div class="setting-list-label">Backup Codes</div>
31 Print out or securely store a set of one-time backup codes
32 which you can enter to verify your identity.
36 <a href="{{ url('/mfa/codes/generate') }}" class="button outline">Setup</a>