Skip to content

Commit e8e1d32

Browse files
authored
Merge pull request #105 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents a0589af + 3f3185a commit e8e1d32

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

src/data/standards.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,20 @@
106106
"addedComponent": null,
107107
"label": "Enable Passwordless with Location information and Number Matching"
108108
},
109+
{
110+
"cat": "AAD",
111+
"name": "standards.allowOTPTokens",
112+
"helpText": "Allows you to use any OTP token generator",
113+
"addedComponent": null,
114+
"label": "Enable OTP via Authenticator."
115+
},
116+
{
117+
"cat": "AAD",
118+
"name": "standards.allowOAuthTokens",
119+
"helpText": "Allows you to use any OTP token generator",
120+
"addedComponent": null,
121+
"label": "Enable OTP Software oAuth tokens."
122+
},
109123
{
110124
"cat": "AAD",
111125
"name": "standards.PWcompanionAppAllowedState.Enabled",

src/views/tenant/administration/ListAlertsQueue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ const ListAlertsQueue = () => {
260260
label: 'Delete alerts',
261261
color: 'info',
262262
modal: true,
263-
modalUrl: `/api/RemoveQueuedAlert?ID=!tenantid`,
263+
modalUrl: `/api/RemoveQueuedAlert?ID=!tenantId`,
264264
modalMessage: 'Are you sure you want to delete these alerts?',
265265
},
266266
],

0 commit comments

Comments
 (0)