diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-11-01 23:23:51 +0200 |
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-11-01 23:23:51 +0200 |
| commit | 8c59cfd0bb7b97c203cb8382d87e99c4a9daf62d (patch) | |
| tree | 7eb71a116417187f8b2eb5c38daec39d64625783 /indra/newview/lllogininstance.h | |
| parent | 27f7edeedbbf65086e4a6ba28724f8a80c48bcd0 (diff) | |
| parent | 15b5dedb2dc139c85461e7c867164b65cc6fc628 (diff) | |
Merge branch 'master' into DRTVWR-573-maint-R
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? |
