mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
[EC-598] chore: clean up old commented code
This commit is contained in:
@@ -5,22 +5,6 @@ export interface NewCredentialParams {
|
|||||||
|
|
||||||
export abstract class Fido2UserInterfaceService {
|
export abstract class Fido2UserInterfaceService {
|
||||||
newSession: (abortController?: AbortController) => Promise<Fido2UserInterfaceSession>;
|
newSession: (abortController?: AbortController) => Promise<Fido2UserInterfaceSession>;
|
||||||
|
|
||||||
// confirmCredential: (cipherId: string, abortController?: AbortController) => Promise<boolean>;
|
|
||||||
// pickCredential: (cipherIds: string[], abortController?: AbortController) => Promise<string>;
|
|
||||||
// confirmNewCredential: (
|
|
||||||
// params: NewCredentialParams,
|
|
||||||
// abortController?: AbortController
|
|
||||||
// ) => Promise<boolean>;
|
|
||||||
// confirmNewNonDiscoverableCredential: (
|
|
||||||
// params: NewCredentialParams,
|
|
||||||
// abortController?: AbortController
|
|
||||||
// ) => Promise<string | undefined>;
|
|
||||||
// informExcludedCredential: (
|
|
||||||
// existingCipherIds: string[],
|
|
||||||
// newCredential: NewCredentialParams,
|
|
||||||
// abortController?: AbortController
|
|
||||||
// ) => Promise<void>;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export abstract class Fido2UserInterfaceSession {
|
export abstract class Fido2UserInterfaceSession {
|
||||||
|
|||||||
Reference in New Issue
Block a user