Skip to content

Commit

Permalink
Add logout listener
Browse files Browse the repository at this point in the history
  • Loading branch information
arhtudormorar committed Jul 16, 2024
1 parent ce5b28d commit fb6a52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/actions/sharedActions/sharedActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const logoutAction = () =>
store.setState((store) => {
store.account = initialAccountState;
store.loginInfo = initialLoginInfoState;
store.loginInfo.loginExpiresAt = null;
updateLoginExpiresAt(null);
});

export interface LoginActionPayloadType {
Expand Down

0 comments on commit fb6a52c

Please sign in to comment.