X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/9b271e559fd0ca98319cf5ba0d7c26916511b62a..refs/pull/5725/head:/resources/views/mfa/totp-generate.blade.php diff --git a/resources/views/mfa/totp-generate.blade.php b/resources/views/mfa/totp-generate.blade.php index 2ed2677d1..e99861a8d 100644 --- a/resources/views/mfa/totp-generate.blade.php +++ b/resources/views/mfa/totp-generate.blade.php @@ -1,42 +1,37 @@ -@extends('simple-layout') +@extends('layouts.simple') @section('body')
-

Mobile App Setup

-

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

-

- Scan the QR code below using your preferred authentication app to get started. -

+

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

+

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

+

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

{!! $svg !!}
+
+ {{ $url }} +
-

Verify Setup

-

- Verify that all is working by entering a code, generated within your - authentication app, in the input box below: -

+

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

+

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

{{ csrf_field() }} @if($errors->has('code'))
{{ $errors->first('code') }}
@endif
{{ trans('common.cancel') }} - +