Archived
1
0
Fork 0

Adding Auth Controller

This commit is contained in:
Henrik Hautakoski 2021-12-31 17:17:28 +01:00
parent 62b32d36e7
commit 9992f4a1ed
2 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,3 @@
<x-layout name="auth">
@livewire('form.login-form')
</x-layout>