We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8afc05c + 408e34d commit 4256e37Copy full SHA for 4256e37
1 file changed
src/components/pages/user/login/index.tsx
@@ -19,7 +19,7 @@ export interface LoginProps {
19
export const Login = (props: LoginProps) => {
20
return (
21
<Formik
22
- initialValues={{ email: "email", password: "password", loading: false }}
+ initialValues={{ email: "", password: "", loading: false }}
23
onSubmit={(param: FormValues, actions: FormikActions<FormValues>) => {
24
props.onSubmit(param);
25
}}
0 commit comments