From 52b64bcfd7292cb2013ec959d646ba0a01d58a79 Mon Sep 17 00:00:00 2001 From: Brad Kittenbrink Date: Mon, 31 Oct 2022 14:17:05 -0700 Subject: Fix SL-18511 TOS and MFA login failure handlers must cooperate to answer both reasons at the same time --- indra/newview/lllogininstance.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/lllogininstance.h') diff --git a/indra/newview/lllogininstance.h b/indra/newview/lllogininstance.h index b759b43474..ee3ef0e4b1 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 handleMFAChallenge(LLSD const & notif, LLSD const & response); void attemptComplete() { mAttemptComplete = true; } // In the future an event? -- cgit v1.3