mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
[EC-598] chore: clean up unusued function
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user