Add email and password change functionality for a current user, remove deep compare hooks
This commit is contained in:
@@ -9,8 +9,8 @@ export const authenticate = (data) => ({
|
||||
},
|
||||
});
|
||||
|
||||
export const clearAuthenticationError = () => ({
|
||||
type: ActionTypes.AUTHENTICATION_ERROR_CLEAR,
|
||||
export const clearAuthenticateError = () => ({
|
||||
type: ActionTypes.AUTHENTICATE_ERROR_CLEAR,
|
||||
payload: {},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user