Commit 7a775f0648a53c0398841caafa0afa4f7ff02536

Authored by Amrita Vishnoi
2 parents 221e637b 9e1c50a7

Merge branch 'LoginBugFixCodeMerge' into Develop

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -191,6 +191,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic @@ -191,6 +191,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
191 191
192 $rootScope.LogoutUser = function () { 192 $rootScope.LogoutUser = function () {
193 localStorage.removeItem('loggedInUserDetails'); 193 localStorage.removeItem('loggedInUserDetails');
  194 + localStorage.clear();
194 document.location = '/'; 195 document.location = '/';
195 $rootScope.isVisibleLogin = true; 196 $rootScope.isVisibleLogin = true;
196 } 197 }