Commit 9e1c50a79868deffb40c0a15bda2323c74460c90

Authored by Amrita Vishnoi
1 parent 221e637b

Defect fixed for cleaning history of user.

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