NIAEFEUP / nijobs-fe

[FRONTEND] A platform for companies to advertise their job opportunities to students
GNU General Public License v3.0
23 stars 3 forks source link

Incorrect Redux State for admins #297

Open Naapperas opened 1 year ago

Naapperas commented 1 year ago

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.