mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Fixed menubar issue with login management
This commit is contained in:
@ -21,10 +21,13 @@ ComunicWeb.pages.logout = {
|
||||
ComunicWeb.user.userLogin.logoutUser();
|
||||
|
||||
//Show a success notification
|
||||
ComunicWeb.common.notificationSystem.showNotification("Good bye, you were sucessfully logouted !", "sucess", 5);
|
||||
ComunicWeb.common.notificationSystem.showNotification("Good bye, you sucessfully terminated your session !", "sucess", 5);
|
||||
|
||||
//Open login page
|
||||
ComunicWeb.common.page.openPage("login");
|
||||
ComunicWeb.common.page.openPage("home");
|
||||
|
||||
//Remove overlay
|
||||
screenOverlay.remove();
|
||||
},
|
||||
|
||||
};
|
Reference in New Issue
Block a user