demo pass changed
This commit is contained in:
@@ -21,10 +21,10 @@ const loginSchema = Yup.object().shape({
|
|||||||
})
|
})
|
||||||
|
|
||||||
const initialValues = {
|
const initialValues = {
|
||||||
email: 'admin@demo.com',
|
email: 'demo@float.sg',
|
||||||
password: 'demo',
|
password: '****',
|
||||||
}
|
}
|
||||||
|
//email: 'admin@demo.com',
|
||||||
/*
|
/*
|
||||||
Formik+YUP+Typescript:
|
Formik+YUP+Typescript:
|
||||||
https://jaredpalmer.com/formik/docs/tutorial#getfieldprops
|
https://jaredpalmer.com/formik/docs/tutorial#getfieldprops
|
||||||
|
|||||||
Reference in New Issue
Block a user