Commit 98c2c8b3b79bd92a5bd0333cb67ba971af3e93c8
1 parent
7f3f710c
variable name was wrong
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -354,7 +354,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic |
354 | 354 | |
355 | 355 | if (userInfo.LoginId != undefined || userInfo.LoginId != "" || userInfo.LoginId != null) { |
356 | 356 | |
357 | - if (userInfo.UserType == UserTypeConstants.SUPER_ADMIN && result.IsActive) { //(!result.IsSubscriptionExpired) && | |
357 | + if (userInfo.UserType == UserTypeConstants.SUPER_ADMIN && userInfo.IsActive) { //(!result.IsSubscriptionExpired) && | |
358 | 358 | |
359 | 359 | $rootScope.userData = userInfo; |
360 | 360 | ... | ... |