There was an error while loading. Please reload this page.
1 parent 1d8da14 commit 1c8d220Copy full SHA for 1c8d220
2 files changed
src/components/MultifactorAuthentication/config/scenarios/names.ts
@@ -19,7 +19,6 @@ const SCENARIO_NAMES = {
19
*/
20
const PROMPT_NAMES = {
21
BIOMETRICS_HSM: 'biometrics',
22
- BIOMETRICS: 'biometrics',
23
PASSKEYS: 'passkeys',
24
} as const;
25
src/libs/MultifactorAuthentication/shared/VALUES.ts
@@ -262,7 +262,6 @@ const SHARED_VALUES = {
262
263
PROMPT_TYPE_MAP: {
264
BIOMETRICS_HSM: PROMPT_NAMES.BIOMETRICS_HSM,
265
- BIOMETRICS: PROMPT_NAMES.BIOMETRICS,
266
PASSKEYS: PROMPT_NAMES.PASSKEYS,
267
},
268
@@ -271,7 +270,6 @@ const SHARED_VALUES = {
271
270
272
TYPE: {
273
BIOMETRICS_HSM: 'BIOMETRICS_HSM',
274
- BIOMETRICS: 'BIOMETRICS',
275
PASSKEYS: 'PASSKEYS',
276
277
CHALLENGE_TYPE: {
0 commit comments