diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-10-04 08:45:47 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-10-04 08:45:47 -0400 |
commit | c26123e11f576a43a3bbe3125e86814038096f74 (patch) | |
tree | 383c0101a79348e59037c854c3418571e05694d7 /indra/newview/llpanellogin.cpp | |
parent | e2ea42cb6a078d250a5d1c7ee81be355bde669bc (diff) | |
parent | 2465470817957c8378e81ec1a7e32551fbac7b26 (diff) |
SL-18837: Merge branch 'main' of secondlife/viewer into actions
Diffstat (limited to 'indra/newview/llpanellogin.cpp')
-rw-r--r-- | indra/newview/llpanellogin.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp index 36fb6f8097..ea936ab024 100644 --- a/indra/newview/llpanellogin.cpp +++ b/indra/newview/llpanellogin.cpp @@ -1110,11 +1110,6 @@ void LLPanelLogin::onRememberPasswordCheck(void*) std::string grid(LLGridManager::getInstance()->getGridId()); std::string user_id(cred->userID()); - if (!remember_password) - { - gSecAPIHandler->removeFromProtectedMap("mfa_hash", grid, user_id); - gSecAPIHandler->syncProtectedMap(); - } } } |