File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
views/tenant/administration Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 106
106
"addedComponent" : null ,
107
107
"label" : " Enable Passwordless with Location information and Number Matching"
108
108
},
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
+ },
109
123
{
110
124
"cat" : " AAD" ,
111
125
"name" : " standards.PWcompanionAppAllowedState.Enabled" ,
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ const ListAlertsQueue = () => {
260
260
label : 'Delete alerts' ,
261
261
color : 'info' ,
262
262
modal : true ,
263
- modalUrl : `/api/RemoveQueuedAlert?ID=!tenantid ` ,
263
+ modalUrl : `/api/RemoveQueuedAlert?ID=!tenantId ` ,
264
264
modalMessage : 'Are you sure you want to delete these alerts?' ,
265
265
} ,
266
266
] ,
You can’t perform that action at this time.
0 commit comments