SL-16365 Viewer adds empty mfa token to login params

master
Brad Kittenbrink 2021-11-23 17:44:06 -08:00
parent 9957c28ddc
commit a1fb89ebb6
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ void LLLoginInstance::constructAuthParams(LLPointer<LLCredential> user_credentia
request_params["id0"] = mSerialNumber;
request_params["host_id"] = gSavedSettings.getString("HostID");
request_params["extended_errors"] = true; // request message_id and message_args
request_params["token"] = "";
// log request_params _before_ adding the credentials
LL_DEBUGS("LLLogin") << "Login parameters: " << LLSDOStreamer<LLSDNotationFormatter>(request_params) << LL_ENDL;