Adding Auth Controller
This commit is contained in:
parent
62b32d36e7
commit
9992f4a1ed
2 changed files with 39 additions and 0 deletions
3
resources/views/auth/login.blade.php
Normal file
3
resources/views/auth/login.blade.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<x-layout name="auth">
|
||||
@livewire('form.login-form')
|
||||
</x-layout>
|
||||
Reference in a new issue