You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Logs the user out
export function logoutUser() {
return dispatch => {
localStorage.removeItem('id_token')
dispatch(requestLogout())
dispatch(receiveLogout())
}
}
Anyone know why?
The text was updated successfully, but these errors were encountered:
I'm getting this error in the below action:
Anyone know why?
The text was updated successfully, but these errors were encountered: