File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<script setup lang="ts">
2- import { store } from ' @/routes/password/confirm'
32import InputError from ' @/components/InputError.vue' ;
43import { Button } from ' @/components/ui/button' ;
54import { Input } from ' @/components/ui/input' ;
65import { Label } from ' @/components/ui/label' ;
76import AuthLayout from ' @/layouts/AuthLayout.vue' ;
7+ import { store } from ' @/routes/password/confirm' ;
88import { Form , Head } from ' @inertiajs/vue3' ;
99import { LoaderCircle } from ' lucide-vue-next' ;
1010 </script >
@@ -13,7 +13,7 @@ import { LoaderCircle } from 'lucide-vue-next';
1313 <AuthLayout title =" Confirm your password" description =" This is a secure area of the application. Please confirm your password before continuing." >
1414 <Head title =" Confirm password" />
1515
16- <Form v-bind =" ConfirmablePasswordController. store.form()" reset-on-success v-slot =" { errors, processing }" >
16+ <Form v-bind =" store.form()" reset-on-success v-slot =" { errors, processing }" >
1717 <div class =" space-y-6" >
1818 <div class =" grid gap-2" >
1919 <Label htmlFor =" password" >Password</Label >
You can’t perform that action at this time.
0 commit comments