Update logout page

This commit is contained in:
2021-02-13 15:28:48 +01:00
parent 7c3946f376
commit 77b6c4d2f3
2 changed files with 14 additions and 33 deletions

View File

@ -13,12 +13,12 @@ ComunicWeb.pages.logout = {
* @param {element} targetElement Where the template will be applied
* @returns {Boolean} False if it fails
*/
openLogoutPage: function(additionnalData, targetElement){
openLogoutPage: async function(additionnalData, targetElement){
//Enable screen overlay
var screenOverlay = ComunicWeb.common.page.showTransparentWaitSplashScreen();
//Perform logout
ComunicWeb.user.userLogin.logoutUser();
await UserLogin.logoutUser();
//Reset notifications number
ComunicWeb.common.pageTitle.setNotificationsNumber(0);