Transplant MAINT-7835 FIXED issue with resetting username after failed attempt to login

master
Ansariel 2017-09-29 15:34:21 +02:00
parent 4a008b0203
commit c67e511960
1 changed files with 1 additions and 0 deletions

View File

@ -914,6 +914,7 @@ void FSPanelLogin::onClickConnect(void *)
}
else
{
sCredentialSet = FALSE;
LLPointer<LLCredential> cred;
BOOL remember;
getFields(cred, remember);