1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-16 10:45:20 +01:00

[EC-598] chore: clean up unusued function

This commit is contained in:
Andreas Coroiu 2023-04-04 10:46:27 +02:00
parent c74ae9dd15
commit 9dfd85dcd7
No known key found for this signature in database
GPG Key ID: E70B5FFC81DFEC1A

View File

@ -200,15 +200,6 @@ export class BrowserFido2UserInterfaceService implements Fido2UserInterfaceServi
return false;
}
async confirmDuplicateCredential(
existingCipherIds: string[],
newCredential: NewCredentialParams,
abortController?: AbortController
) {
// Not Implemented
return false;
}
async confirmNewNonDiscoverableCredential(
params: NewCredentialParams,
abortController?: AbortController