Commit 0af9dd05e8e11ba34a34af32b2f7cb88736dfbd0

Authored by Amrita Vishnoi
2 parents 7f3f710c 98c2c8b3

Merge branch 'Bug23222' into Develop

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  
... ...