X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d25cd83d8e2a8741a6476ce2d7ff6efc728ecc6e..refs/pull/3918/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 17d38adaa..e99861a8d 100644 --- a/resources/views/mfa/totp-generate.blade.php +++ b/resources/views/mfa/totp-generate.blade.php @@ -1,41 +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') }} +