diff options
| author | Callum Prentice <callum@mbp.localdomain> | 2022-11-02 09:09:47 -0700 |
|---|---|---|
| committer | Callum Prentice <callum@mbp.localdomain> | 2022-11-02 09:09:47 -0700 |
| commit | 395a60a83e954e9bcbb44dc6f1a49319b2d628b7 (patch) | |
| tree | 277cf027d6973f222d95bb759a4e2b92b346c944 /indra/newview/lllogininstance.h | |
| parent | aad3b32a92044a363e14fd8e23c76b7a60fceab6 (diff) | |
| parent | 15b5dedb2dc139c85461e7c867164b65cc6fc628 (diff) | |
Merge branch 'master' into DRTVWR-568
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? |
