X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/e15fcf5b50e1831a90a04ded09f24e0c7b31d02e..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 0a21a0f62..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,15 +9,17 @@

{{ 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)
@foreach($socialDrivers as $driver => $name)
- + @icon('auth/' . $driver) - {{ trans('auth.log_in_with', ['socialDriver' => $name]) }} + {{ trans('auth.log_in_with', ['socialDriver' => $name]) }}
@endforeach