summaryrefslogtreecommitdiff
path: root/indra/newview/lllogininstance.h
diff options
context:
space:
mode:
authorBrad Kittenbrink <brad@lindenlab.com>2021-11-23 17:39:37 -0800
committerBrad Kittenbrink <brad@lindenlab.com>2021-11-23 17:45:22 -0800
commitd307843dd431de86e6d4c4f3e6fe8eaf946354d4 (patch)
treedae66c7682fa0addd24d1cb5cde89a4cb47b4f35 /indra/newview/lllogininstance.h
parenta1fb89ebb6e6cc89ed301b10305c145da3be295f (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.h1
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?