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
the cookie access_token will be cleared after refreshing the page. after shooting the problem, the main cause is that reduxStore will check the tokenInStore and decide sign in or sign out.
for the following lines, i think it should check and dispatch tokenInStore instead of token.
the cookie
access_token
will be cleared after refreshing the page. after shooting the problem, the main cause is that reduxStore will check thetokenInStore
and decide sign in or sign out.for the following lines, i think it should check and dispatch
tokenInStore
instead oftoken
.ran/libraries/reduxStore.js
Lines 24 to 32 in bc73ff6
The text was updated successfully, but these errors were encountered: