From 9d30f779773a797bc2933e359ee2bb5a8e330c9f Mon Sep 17 00:00:00 2001 From: birendra.kumar Date: Wed, 9 Oct 2019 12:58:52 +0530 Subject: [PATCH] Fix issue for siteurl login --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 0c238af..bee7fb7 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -640,7 +640,7 @@ function ($rootScope, $scope, Modules, $log, $location, $timeout, DataService, A } //code for modesty setting - $rootscope.siteId = result.siteId; + $rootScope.siteId = result.siteId; // birendra// initialize exp img detail object $rootScope.initializeUserForExportImage(result.Id); -- libgit2 0.21.4