Commit 65c11490b72920a0ee113fae189fe003d6c3b011
1 parent
b53e0010
Committed code, refs: #17181, 17182
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -68,7 +68,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic | @@ -68,7 +68,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic | ||
68 | $rootScope.shapestyleFillBorderColor = "black"; | 68 | $rootScope.shapestyleFillBorderColor = "black"; |
69 | $rootScope.shapestyleborderWidth = 2; | 69 | $rootScope.shapestyleborderWidth = 2; |
70 | $rootScope.shapestyleborderStyles = "solid"; | 70 | $rootScope.shapestyleborderStyles = "solid"; |
71 | - //$rootScope.errorMessage = ''; | 71 | + //$rootScope.errorMessage = ''; // Commented initialization to retain message when coming to login after password reset success screen |
72 | $rootScope.disableFileMenu = "disableFileMenu"; | 72 | $rootScope.disableFileMenu = "disableFileMenu"; |
73 | 73 | ||
74 | $rootScope.userInfo = { | 74 | $rootScope.userInfo = { |