Skip to content
Snippets Groups Projects
Commit b4fc6681 authored by Leyla Farazha's avatar Leyla Farazha
Browse files

DEV-53068 ADITI login page broken on Viewer 2

parent 4dfed55c
No related branches found
No related tags found
No related merge requests found
...@@ -834,7 +834,7 @@ void LLPanelLogin::loadLoginPage() ...@@ -834,7 +834,7 @@ void LLPanelLogin::loadLoginPage()
curl_free(curl_version); curl_free(curl_version);
// Grid // Grid
char* curl_grid = curl_escape(LLGridManager::getInstance()->getGridLoginID().c_str(), 0); char* curl_grid = curl_escape(LLGridManager::getInstance()->getGridLabel().c_str(), 0);
oStr << "&grid=" << curl_grid; oStr << "&grid=" << curl_grid;
curl_free(curl_grid); curl_free(curl_grid);
gViewerWindow->setMenuBackgroundColor(false, !LLGridManager::getInstance()->isInProductionGrid()); gViewerWindow->setMenuBackgroundColor(false, !LLGridManager::getInstance()->isInProductionGrid());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment