Commit 3b466beb3e90a3ea547b89c08a02d726ba02325a

Authored by Kuldeep Arora
1 parent b17e02c059
Exists in master

localstorage

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
app/partials/login/login.controller.js
... ... @@ -12,6 +12,8 @@
12 12 $scope.data.password = '';
13 13 $scope.count = 0;
14 14 var loginData;
  15 + localStorage.removeItem('requiredChangePwd');
  16 +
15 17  
16 18 if($location.$$search && $location.$$search.tmppwd){
17 19  
... ...