diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2025-05-21 02:50:39 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2025-05-21 02:50:39 +0300 |
commit | 0296bd6ca78a8f962e42156265a57e07bb6c1164 (patch) | |
tree | 84f4d8458b7e18298bf490dc194c8bc3017584e0 /indra/newview/lllogininstance.h | |
parent | d5313e7161bb99045adc4a1a34d7f85de609d97b (diff) |
#p430 don't show MFA dialog twice
Diffstat (limited to 'indra/newview/lllogininstance.h')
-rw-r--r-- | indra/newview/lllogininstance.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lllogininstance.h b/indra/newview/lllogininstance.h index 748909c069..941b378b14 100644 --- a/indra/newview/lllogininstance.h +++ b/indra/newview/lllogininstance.h @@ -70,6 +70,8 @@ public: void setNotificationsInterface(LLNotificationsInterface* ni) { mNotifications = ni; } LLNotificationsInterface& getNotificationsInterface() const { return *mNotifications; } + void saveMFAHash(LLSD const& response); + private: typedef std::shared_ptr<LLEventAPI::Response> ResponsePtr; void constructAuthParams(LLPointer<LLCredential> user_credentials); |