diff options
author | Brad Kittenbrink <brad@lindenlab.com> | 2021-11-23 17:39:37 -0800 |
---|---|---|
committer | Brad Kittenbrink <brad@lindenlab.com> | 2021-11-23 17:45:22 -0800 |
commit | d307843dd431de86e6d4c4f3e6fe8eaf946354d4 (patch) | |
tree | dae66c7682fa0addd24d1cb5cde89a4cb47b4f35 /indra/newview/lllogininstance.h | |
parent | a1fb89ebb6e6cc89ed301b10305c145da3be295f (diff) |
SL-16388 Viewer MFA Implementation
We now present MFA errors to the user during login and prompt them for
an authentication token.
Diffstat (limited to 'indra/newview/lllogininstance.h')
-rw-r--r-- | indra/newview/lllogininstance.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lllogininstance.h b/indra/newview/lllogininstance.h index b759b43474..ce64e9e3be 100644 --- a/indra/newview/lllogininstance.h +++ b/indra/newview/lllogininstance.h @@ -84,6 +84,7 @@ private: void syncWithUpdater(ResponsePtr resp, const LLSD& notification, const LLSD& response); bool handleTOSResponse(bool v, const std::string& key); + bool handleMFAResponse(const std::string& v, const std::string& key); void attemptComplete() { mAttemptComplete = true; } // In the future an event? |