-
Type:
Feature Request
-
Status: Done
-
Priority:
L3 - Default
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.2.0-alpha1, 2.2.0
-
Component/s: frontend
-
Labels:None
-
PM Priority:-1
When the user clicks logout, but the server does not respond with a success code, the logout might have failed and the session has not been cleared on the server. This should be made transparent to the user.
AT:
- If the user clicks logout and the response code is not success, the error message is displayed
- Error code Unauthorized should not raise an error to the user. This might happen if the user is already logged out, e.g. by session timeout.