diff --git a/web/ASC.Web.Client/src/components/pages/Confirm/index.js b/web/ASC.Web.Client/src/components/pages/Confirm/index.js index a447d5a799..2cda81e939 100644 --- a/web/ASC.Web.Client/src/components/pages/Confirm/index.js +++ b/web/ASC.Web.Client/src/components/pages/Confirm/index.js @@ -13,6 +13,7 @@ const ChangePhoneForm = lazy(() => import("./sub-components/changePhone")); const ProfileRemoveForm = lazy(() => import("./sub-components/profileRemove")); const ChangeOwnerForm = lazy(() => import("./sub-components/changeOwner")); const TfaAuthForm = lazy(() => import("./sub-components/tfaAuth")); +const TfaActivationForm = lazy(() => import("./sub-components/tfaActivation")); const Confirm = ({ match }) => { //console.log("Confirm render"); @@ -59,6 +60,11 @@ const Confirm = ({ match }) => { component={ChangeOwnerForm} /> + {/* */}