Commit 9d30f779773a797bc2933e359ee2bb5a8e330c9f

Authored by Birendra Kumar
1 parent ace21a4c

Fix issue for siteurl login

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... ... @@ -640,7 +640,7 @@ function ($rootScope, $scope, Modules, $log, $location, $timeout, DataService, A
640 640 }
641 641 //code for modesty setting
642 642  
643   - $rootscope.siteId = result.siteId;
  643 + $rootScope.siteId = result.siteId;
644 644  
645 645 // birendra// initialize exp img detail object
646 646 $rootScope.initializeUserForExportImage(result.Id);
... ...