diff --git a/stubs/inertia-react-ts/resources/js/Pages/Auth/Login.tsx b/stubs/inertia-react-ts/resources/js/Pages/Auth/Login.tsx index 10b8a9a2..980a5adf 100644 --- a/stubs/inertia-react-ts/resources/js/Pages/Auth/Login.tsx +++ b/stubs/inertia-react-ts/resources/js/Pages/Auth/Login.tsx @@ -17,7 +17,7 @@ export default function Login({ const { data, setData, post, processing, errors, reset } = useForm({ email: '', password: '', - remember: false, + remember: false as boolean, }); const submit: FormEventHandler = (e) => {