Skip to content

Fixed frontend still showing an empty instrument catalog after user session is expired

Santiago Faci requested to merge T369228-login-idp-expiration-issue into main

With this change the frontend will perform a user logout when any request responds with 401 which means that the user is no longer authorized (session expired after being logged in). That way, as soon as the user tries to do anything after session was expired, MPIC will redirect to the only-login landing page

Also taking the opportunity to tweak a bit the "gohome" link. Now logo + title are the same link and the cursor transforms to "pointer" to be more intuitive

Closes T369228

Edited by Santiago Faci

Merge request reports