From 586c3b9d6ff46ba9e8ad203075151d922f9587ce Mon Sep 17 00:00:00 2001 From: Viktor Fomin Date: Mon, 25 Jul 2022 19:42:53 +0300 Subject: [PATCH] Web: Client: Confirm: use FormWrapper --- .../Confirm/sub-components/changeOwner.js | 41 ++- .../Confirm/sub-components/changePassword.js | 103 +++--- .../Confirm/sub-components/changePhone.js | 43 +-- .../Confirm/sub-components/createUser.js | 337 +++++++++--------- .../Confirm/sub-components/profileRemove.js | 21 +- .../Confirm/sub-components/tfaActivation.js | 97 ++--- .../pages/Confirm/sub-components/tfaAuth.js | 107 +++--- 7 files changed, 386 insertions(+), 363 deletions(-) diff --git a/web/ASC.Web.Client/src/components/pages/Confirm/sub-components/changeOwner.js b/web/ASC.Web.Client/src/components/pages/Confirm/sub-components/changeOwner.js index 04f7176bcf..77f6823e38 100644 --- a/web/ASC.Web.Client/src/components/pages/Confirm/sub-components/changeOwner.js +++ b/web/ASC.Web.Client/src/components/pages/Confirm/sub-components/changeOwner.js @@ -12,6 +12,7 @@ import { ButtonsWrapper, } from "./StyledConfirm"; import withLoader from "../withLoader"; +import FormWrapper from "@appserver/components/form-wrapper"; const ChangeOwnerForm = (props) => { const { t, greetingTitle } = props; @@ -29,25 +30,27 @@ const ChangeOwnerForm = (props) => { - -