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 @if($userMethods->has('totp'))
24 <div class="text-pos">
28 <a href="{{ url('/mfa/totp-generate') }}" class="button outline small">Reconfigure</a>
30 <a href="{{ url('/mfa/totp-generate') }}" class="button outline">Setup</a>
35 <div class="grid half gap-xl">
37 <div class="setting-list-label">Backup Codes</div>
39 Print out or securely store a set of one-time backup codes
40 which you can enter to verify your identity.
44 <a href="{{ url('/mfa/codes/generate') }}" class="button outline">Setup</a>