We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6485577 commit 4e67e3cCopy full SHA for 4e67e3c
stubs/resources/js/Pages/AdminAuth/ForgotPage.vue
@@ -47,7 +47,7 @@ import { useForm } from '@inertiajs/vue3'
47
import useFormErrors from '@/Composables/useFormErrors'
48
49
const form = useForm({
50
- email: '[email protected]'
+ email: ''
51
})
52
53
function submitForm() {
0 commit comments