X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d25cd83d8e2a8741a6476ce2d7ff6efc728ecc6e..refs/pull/5725/head:/resources/views/mfa/setup.blade.php diff --git a/resources/views/mfa/setup.blade.php b/resources/views/mfa/setup.blade.php index 577841af5..702f007b7 100644 --- a/resources/views/mfa/setup.blade.php +++ b/resources/views/mfa/setup.blade.php @@ -1,41 +1,16 @@ -@extends('simple-layout') +@extends('layouts.simple') @section('body')
-

Setup Multi-Factor Authentication

-

- Setup multi-factor authentication as an extra layer of security - for your user account. -

+

{{ trans('auth.mfa_setup') }}

+

{{ trans('auth.mfa_setup_desc') }}

-
-
-
Mobile App
-

- To use multi-factor authentication you'll need a mobile application - that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator. -

-
-
- Setup -
-
- -
-
-
Backup Codes
-

- Print out or securely store a set of one-time backup codes - which you can enter to verify your identity. -

-
-
- Setup -
-
+ @foreach(['totp', 'backup_codes'] as $method) + @include('mfa.parts.setup-method-row', ['method' => $method]) + @endforeach