diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2026-04-01 23:40:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-01 23:40:29 +0300 |
| commit | 5710464a8e0d5f53f301338f6eabd5647044bae1 (patch) | |
| tree | 77d4780e9e366e0847d9f63e5529ad3117fff74d /indra/newview/llviewernetwork.cpp | |
| parent | 1db30ba23b0af0885d0cb6ba41a6d336e775214d (diff) | |
Update login page url
Diffstat (limited to 'indra/newview/llviewernetwork.cpp')
| -rw-r--r-- | indra/newview/llviewernetwork.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewernetwork.cpp b/indra/newview/llviewernetwork.cpp index 4101828019..a1f14ad96d 100644 --- a/indra/newview/llviewernetwork.cpp +++ b/indra/newview/llviewernetwork.cpp @@ -63,7 +63,7 @@ const std::string GRID_LOGIN_IDENTIFIER_TYPES = "login_identifier_types"; const std::string GRID_SLURL_BASE = "slurl_base"; const std::string GRID_APP_SLURL_BASE = "app_slurl_base"; -const std::string DEFAULT_LOGIN_PAGE = "https://viewer-splash.secondlife.com/"; +const std::string DEFAULT_LOGIN_PAGE = "https://viewer-splash-v2.secondlife.com/"; const std::string MAIN_GRID_LOGIN_URI = "https://login.agni.lindenlab.com/cgi-bin/login.cgi"; |
