1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00: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

View File

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