X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/85db812feaae5f36ea6214931cec4adb67a9cb39..refs/pull/5725/head:/resources/views/auth/login.blade.php diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 4212c1964..6278adcd7 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -1,4 +1,4 @@ -@extends('simple-layout') +@extends('layouts.simple') @section('content') @@ -9,7 +9,9 @@

{{ Str::title(trans('auth.log_in')) }}

- @include('auth.forms.login.' . $authMethod) + @include('auth.parts.login-message') + + @include('auth.parts.login-form-' . $authMethod) @if(count($socialDrivers) > 0)