diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-11-02 14:51:29 +0200 |
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-11-02 14:52:10 +0200 |
| commit | 7bb47833fed97d7328057f353b02ee205f2b01a4 (patch) | |
| tree | e17aa4e45bba4f30142f86ce96caa1492574f494 /indra/newview/lllogininstance.h | |
| parent | f5b447bc4781d518fbe7841eea6cadd909b57a0a (diff) | |
| parent | 15b5dedb2dc139c85461e7c867164b65cc6fc628 (diff) | |
Merge branch 'master' into DRTVWR-539
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..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? |
