Issue:
When multiple tabs are open and 2FA is required on the login screens, all (uGent related) tabs will be stuck at 2FA to be filled in.
After one of the tabs has completed 2FA, the others still have to be manually refreshed to "notice" that the 2FA was completed.
(this is from what I can remember, it's hard to force 2FA to test this)
Potential Fix:
Once one 2FA has been completed, the other tabs should refresh automatically.
=> call some function which refreshes all the other tabs stuck at 2FA login screens.
Or redirect the "stuck" tabs to their "target" URL after 2FA is done on one of them.
Issue:
When multiple tabs are open and 2FA is required on the login screens, all (uGent related) tabs will be stuck at 2FA to be filled in.
After one of the tabs has completed 2FA, the others still have to be manually refreshed to "notice" that the 2FA was completed.
(this is from what I can remember, it's hard to force 2FA to test this)
Potential Fix:
Once one 2FA has been completed, the other tabs should refresh automatically.
=> call some function which refreshes all the other tabs stuck at 2FA login screens.
Or redirect the "stuck" tabs to their "target" URL after 2FA is done on one of them.