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