X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/f1f59cf0861adb8f753f3685ff3c82c048ed4838..refs/pull/5293/head:/resources/views/mfa/setup.blade.php diff --git a/resources/views/mfa/setup.blade.php b/resources/views/mfa/setup.blade.php index f3f290d4b..702f007b7 100644 --- a/resources/views/mfa/setup.blade.php +++ b/resources/views/mfa/setup.blade.php @@ -1,4 +1,4 @@ -@extends('simple-layout') +@extends('layouts.simple') @section('body')
@@ -9,7 +9,7 @@
@foreach(['totp', 'backup_codes'] as $method) - @include('mfa.setup-method-row', ['method' => $method]) + @include('mfa.parts.setup-method-row', ['method' => $method]) @endforeach