Commit f78c19072689ed3204b30f3b7c9e9e0d916e29b6
1 parent
b8b62ae9
small to capital for result params.
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -263,7 +263,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic | @@ -263,7 +263,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic | ||
263 | alert(LoginConstants.ERROR_IN_FECTHING_DETAILS); | 263 | alert(LoginConstants.ERROR_IN_FECTHING_DETAILS); |
264 | } | 264 | } |
265 | else { | 265 | else { |
266 | - if ((result.isAcknowledged == true) && (result.isModifiedCountAvailable == true)) { | 266 | + if ((result.IsAcknowledged == true) && (result.IsModifiedCountAvailable == true)) { |
267 | alert('Your password has been reset.'); | 267 | alert('Your password has been reset.'); |
268 | $rootScope.isVisibleLogin = true; | 268 | $rootScope.isVisibleLogin = true; |
269 | $rootScope.isVisibleResetPass = false; | 269 | $rootScope.isVisibleResetPass = false; |