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 | 68 | $rootScope.shapestyleFillBorderColor = "black"; |
69 | 69 | $rootScope.shapestyleborderWidth = 2; |
70 | 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 | 72 | $rootScope.disableFileMenu = "disableFileMenu"; |
73 | 73 | |
74 | 74 | $rootScope.userInfo = { | ... | ... |