Feature - Login integration (#7)
* Added: formik and validation schema * Added: Validation schema * Added: logout test integration * Added: Enter key to submit * Added: incorrect password error message * Removed: logger * Updated: logout initial state Co-authored-by: Llewellyn D'souza <lledsouza2209@gmail.com> Jira ticket ref: WMS-27
This commit is contained in:
@@ -23,6 +23,7 @@ export function* onRequestLogin({ payload }) {
|
||||
})
|
||||
);
|
||||
} else {
|
||||
payload.onFailedLogin(response.data.error);
|
||||
yield put(
|
||||
AuthActions.loginFailure({
|
||||
loader: payload?.loader,
|
||||
|
||||
Reference in New Issue
Block a user