mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
[EC-598] feat: inform user when no credentials are found
This commit is contained in:
@@ -25,5 +25,6 @@ export abstract class Fido2UserInterfaceSession {
|
||||
existingCipherIds: string[],
|
||||
abortController?: AbortController
|
||||
) => Promise<void>;
|
||||
informCredentialNotFound: (abortController?: AbortController) => Promise<void>;
|
||||
close: () => void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user