Skip to content

Commit dd05a9d

Browse files
authored
Merge pull request #4 from tienduy-nguyen/develop
Minor update
2 parents 2587b3a + 11d1d71 commit dd05a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Auth/Auth.thunks.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const login = (payload: ReqLogin) => async dispatch => {
4040
dispatch(actions.loginSuccess(user));
4141
dispatch(
4242
setAlert({
43-
msg: 'You are logged!',
43+
msg: 'You are logged in!',
4444
type: AlertTypes.SUCCESS,
4545
}),
4646
);

0 commit comments

Comments
 (0)