Skip to content

Commit 4e67e3c

Browse files
committed
remove example email from stub
1 parent 6485577 commit 4e67e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/resources/js/Pages/AdminAuth/ForgotPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import { useForm } from '@inertiajs/vue3'
4747
import useFormErrors from '@/Composables/useFormErrors'
4848
4949
const form = useForm({
50-
50+
email: ''
5151
})
5252
5353
function submitForm() {

0 commit comments

Comments
 (0)