1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

[EC-598] feat: first tested rule in new authentitcator

This commit is contained in:
Andreas Coroiu
2023-03-21 14:16:33 +01:00
parent e70d6cdcd4
commit c8ab590086
6 changed files with 156 additions and 8 deletions

View File

@@ -10,4 +10,9 @@ export abstract class Fido2UserInterfaceService {
params: NewCredentialParams,
abortController?: AbortController
) => Promise<boolean>;
confirmDuplicateCredential: (
existingCipherIds: string[],
newCredential: NewCredentialParams,
abortController?: AbortController
) => Promise<boolean>;
}