]> BookStack Code Mirror - bookstack/blobdiff - resources/views/auth/login.blade.php
TypeScript: Updated compile target, addressed issues
[bookstack] / resources / views / auth / login.blade.php
index 4212c1964c8c0c478aa8c7f3c51da1607f13fe94..6278adcd7a89eeb19c626b4ed4d1907f2d64e2cc 100644 (file)
@@ -1,4 +1,4 @@
-@extends('simple-layout')
+@extends('layouts.simple')
 
 @section('content')
 
@@ -9,7 +9,9 @@
         <div class="card content-wrap auto-height">
             <h1 class="list-heading">{{ Str::title(trans('auth.log_in')) }}</h1>
 
-            @include('auth.forms.login.' . $authMethod)
+            @include('auth.parts.login-message')
+
+            @include('auth.parts.login-form-' . $authMethod)
 
             @if(count($socialDrivers) > 0)
                 <hr class="my-l">