From 3233dfe833050cbd0a7d17f4f87a46bcffc1da52 Mon Sep 17 00:00:00 2001 From: andreykproductengine Date: Mon, 13 Jan 2020 21:16:39 +0200 Subject: SL-12555 Fixed Login failed with credencials after the first incorrect entry --- indra/newview/llpanellogin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp index dd4ca261ff..2b84d87e53 100644 --- a/indra/newview/llpanellogin.cpp +++ b/indra/newview/llpanellogin.cpp @@ -664,7 +664,7 @@ void LLPanelLogin::getFields(LLPointer& credential, LLSD identifier = LLSD::emptyMap(); LLSD authenticator = LLSD::emptyMap(); - std::string username = sInstance->getChild("username_combo")->getValue().asString(); + std::string username = sInstance->getChild("username_combo")->getSimple(); std::string password = sInstance->getChild("password_edit")->getValue().asString(); LLStringUtil::trim(username); -- cgit v1.2.3