File tree Expand file tree Collapse file tree 4 files changed +2
-68
lines changed
app/Http/Controllers/Auth Expand file tree Collapse file tree 4 files changed +2
-68
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11<script setup lang="ts">
2- import RegisteredUserController from ' @/actions/App/Http/Controllers/Auth/RegisteredUserController' ;
32import InputError from ' @/components/InputError.vue' ;
43import TextLink from ' @/components/TextLink.vue' ;
54import { Button } from ' @/components/ui/button' ;
65import { Input } from ' @/components/ui/input' ;
76import { Label } from ' @/components/ui/label' ;
87import AuthBase from ' @/layouts/AuthLayout.vue' ;
98import { login } from ' @/routes' ;
9+ import { store } from ' @/routes/register' ;
1010import { Form , Head } from ' @inertiajs/vue3' ;
1111import { LoaderCircle } from ' lucide-vue-next' ;
1212 </script >
@@ -19,7 +19,7 @@ import { LoaderCircle } from 'lucide-vue-next';
1919 <Head title =" Register" />
2020
2121 <Form
22- v-bind =" RegisteredUserController. store.form()"
22+ v-bind =" store.form()"
2323 :reset-on-success =" ['password', 'password_confirmation']"
2424 v-slot =" { errors, processing }"
2525 class =" flex flex-col gap-6"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1515})->middleware (['auth ' , 'verified ' ])->name ('dashboard ' );
1616
1717require __DIR__ .'/settings.php ' ;
18- require __DIR__ .'/auth.php ' ;
You can’t perform that action at this time.
0 commit comments