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
If one logs in using an admin account, goes to the company application review page and logs-out, an error is presented to the user saying that they do not have permission to view that page. This is the intended behavior since logging out does not (normally) change the page that the user sees.
However, any further action triggers the same error message to appear, regardless of what it is.
This is most likely an error with the app's state in Redux.
The text was updated successfully, but these errors were encountered:
If one logs in using an admin account, goes to the company application review page and logs-out, an error is presented to the user saying that they do not have permission to view that page. This is the intended behavior since logging out does not (normally) change the page that the user sees.
However, any further action triggers the same error message to appear, regardless of what it is.
This is most likely an error with the app's state in Redux.
The text was updated successfully, but these errors were encountered: