Commit 7a775f0648a53c0398841caafa0afa4f7ff02536
Merge branch 'LoginBugFixCodeMerge' into Develop
Showing
1 changed file
with
1 additions
and
0 deletions
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 | } |