diff --git a/src/components/CippFormPages/CippAddEditUser.jsx b/src/components/CippFormPages/CippAddEditUser.jsx index a813ae2ed0d9..991ade01854a 100644 --- a/src/components/CippFormPages/CippAddEditUser.jsx +++ b/src/components/CippFormPages/CippAddEditUser.jsx @@ -249,6 +249,15 @@ const CippAddEditUser = (props) => { formControl={formControl} /> + + + {userSettingsDefaults?.userAttributes?.map((attribute, idx) => ( { }, { //tested - label: "Rerequire MFA registration", + label: "Re-require MFA registration", type: "GET", icon: , url: "/api/ExecResetMFA", @@ -322,6 +322,7 @@ const Page = () => { "department", // Department "onPremisesLastSyncDateTime", // OnPrem Last Sync "id", // Unique ID + "otherMails", // Alternate Email Addresses ], actions: actions, };