diff options
| author | James Cook <james@lindenlab.com> | 2009-11-03 12:24:07 -0800 |
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2009-11-03 12:24:07 -0800 |
| commit | f75ce16477af31c2df1d79bcb492ae43c3b380e8 (patch) | |
| tree | a8a53aa4232509d8679a7f366eedae0cbe03b802 /indra/newview/llstartup.cpp | |
| parent | 33bced543b09312105ed826780bd9c55918b2add (diff) | |
Clean up login panel XML and code.
Kill dead "web based login" viewer-auth mWebLoginKey.
Port over my reg-in-client code from svn, off by default.
Reviewed with Ambroff.
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rw-r--r-- | indra/newview/llstartup.cpp | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 9aa74e8b9f..9bdea57491 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -738,7 +738,7 @@ bool idle_startup() } if (!gLoginHandler.getFirstName().empty() || !gLoginHandler.getLastName().empty() - || !gLoginHandler.getWebLoginKey().isNull() ) + /*|| !gLoginHandler.getWebLoginKey().isNull()*/ ) { // We have at least some login information on a SLURL gFirstname = gLoginHandler.getFirstName(); @@ -895,13 +895,9 @@ bool idle_startup() gViewerWindow->moveProgressViewToFront(); //reset the values that could have come in from a slurl - if (!gLoginHandler.getWebLoginKey().isNull()) - { - gFirstname = gLoginHandler.getFirstName(); - gLastname = gLoginHandler.getLastName(); -// gWebLoginKey = gLoginHandler.getWebLoginKey(); - } - + gFirstname = gLoginHandler.getFirstName(); + gLastname = gLoginHandler.getLastName(); + if (show_connect_box) { // TODO if not use viewer auth |
