Skip to content

Commit 1c8d220

Browse files
committed
remove leftovers after old biometrics implementation
1 parent 1d8da14 commit 1c8d220

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

  • src
    • components/MultifactorAuthentication/config/scenarios
    • libs/MultifactorAuthentication/shared

src/components/MultifactorAuthentication/config/scenarios/names.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const SCENARIO_NAMES = {
1919
*/
2020
const PROMPT_NAMES = {
2121
BIOMETRICS_HSM: 'biometrics',
22-
BIOMETRICS: 'biometrics',
2322
PASSKEYS: 'passkeys',
2423
} as const;
2524

src/libs/MultifactorAuthentication/shared/VALUES.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ const SHARED_VALUES = {
262262
*/
263263
PROMPT_TYPE_MAP: {
264264
BIOMETRICS_HSM: PROMPT_NAMES.BIOMETRICS_HSM,
265-
BIOMETRICS: PROMPT_NAMES.BIOMETRICS,
266265
PASSKEYS: PROMPT_NAMES.PASSKEYS,
267266
},
268267

@@ -271,7 +270,6 @@ const SHARED_VALUES = {
271270
*/
272271
TYPE: {
273272
BIOMETRICS_HSM: 'BIOMETRICS_HSM',
274-
BIOMETRICS: 'BIOMETRICS',
275273
PASSKEYS: 'PASSKEYS',
276274
},
277275
CHALLENGE_TYPE: {

0 commit comments

Comments
 (0)