Closed Cybermage83 closed 1 year ago
validationSchema={yup.object().shape({ username: yup.string().required('Required!'), password: yup.string().required('Required!'), pin: yup.string().required('Required!'), rememberMe: yup.bool(), keepLoggedIn: yup.bool(), })}
https://github.com/Nexusoft/nexus-mobile/blob/master/src/App/UnauthenticatedBase/LoginScreen.js
username must be a minimum of 2 characters NOTE : password must be a minimum of 8 characters NOTE : pin must be a minimum of 4 character
this is from api