File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
pages/identity/administration/users Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -249,6 +249,15 @@ const CippAddEditUser = (props) => {
249
249
formControl={formControl}
250
250
/>
251
251
</Grid>
252
+ <Grid item xs={12} md={6}>
253
+ <CippFormComponent
254
+ type="textField"
255
+ fullWidth
256
+ label="Alternate Email Address"
257
+ name="otherMails"
258
+ formControl={formControl}
259
+ />
260
+ </Grid>
252
261
{userSettingsDefaults?.userAttributes?.map((attribute, idx) => (
253
262
<Grid item xs={6} key={idx}>
254
263
<CippFormComponent
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ const Page = () => {
68
68
},
69
69
{
70
70
//tested
71
- label: "Rerequire MFA registration",
71
+ label: "Re-require MFA registration",
72
72
type: "GET",
73
73
icon: <PhonelinkSetup />,
74
74
url: "/api/ExecResetMFA",
@@ -322,6 +322,7 @@ const Page = () => {
322
322
"department", // Department
323
323
"onPremisesLastSyncDateTime", // OnPrem Last Sync
324
324
"id", // Unique ID
325
+ "otherMails", // Alternate Email Addresses
325
326
],
326
327
actions: actions,
327
328
};
You can’t perform that action at this time.
0 commit comments