]> BookStack Code Mirror - bookstack/blob - resources/views/mfa/setup.blade.php
25eb5d925deaf95dbd972219a72de6707b836e72
[bookstack] / resources / views / mfa / setup.blade.php
1 @extends('simple-layout')
2
3 @section('body')
4     <div class="container small py-xl">
5
6         <div class="card content-wrap auto-height">
7             <h1 class="list-heading">Setup Multi-Factor Authentication</h1>
8             <p>
9                 Setup multi-factor authentication as an extra layer of security
10                 for your user account.
11                 To use multi-factor authentication you'll need a mobile application
12                 that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.
13             </p>
14         </div>
15     </div>
16 @stop