diff options
author | Brad Kittenbrink <brad@lindenlab.com> | 2021-11-23 17:39:37 -0800 |
---|---|---|
committer | Brad Kittenbrink <brad@lindenlab.com> | 2021-11-23 17:45:22 -0800 |
commit | d307843dd431de86e6d4c4f3e6fe8eaf946354d4 (patch) | |
tree | dae66c7682fa0addd24d1cb5cde89a4cb47b4f35 /indra/newview/CMakeLists.txt | |
parent | a1fb89ebb6e6cc89ed301b10305c145da3be295f (diff) |
SL-16388 Viewer MFA Implementation
We now present MFA errors to the user during login and prompt them for
an authentication token.
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 1969c498f0..9e6cd48f21 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -271,6 +271,7 @@ set(viewer_SOURCE_FILES llfloatermap.cpp llfloatermediasettings.cpp llfloatermemleak.cpp + llfloatermfa.cpp llfloatermodelpreview.cpp llfloatermodeluploadbase.cpp llfloatermyscripts.cpp @@ -913,6 +914,7 @@ set(viewer_HEADER_FILES llfloatermarketplacelistings.h llfloatermediasettings.h llfloatermemleak.h + llfloatermfa.h llfloatermodelpreview.h llfloatermodeluploadbase.h llfloatermyscripts.h |