We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2587b3a + 11d1d71 commit dd05a9dCopy full SHA for dd05a9d
src/components/Auth/Auth.thunks.ts
@@ -40,7 +40,7 @@ export const login = (payload: ReqLogin) => async dispatch => {
40
dispatch(actions.loginSuccess(user));
41
dispatch(
42
setAlert({
43
- msg: 'You are logged!',
+ msg: 'You are logged in!',
44
type: AlertTypes.SUCCESS,
45
}),
46
);
0 commit comments