mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
Removed unused types
This commit is contained in:
@@ -100,14 +100,6 @@ export type BrowserFido2Message = { sessionId: string } & (
|
|||||||
type: "AbortResponse";
|
type: "AbortResponse";
|
||||||
fallbackRequested: boolean;
|
fallbackRequested: boolean;
|
||||||
}
|
}
|
||||||
| {
|
|
||||||
type: "LogInRequest";
|
|
||||||
userVerification: boolean;
|
|
||||||
}
|
|
||||||
| {
|
|
||||||
type: "LogInResponse";
|
|
||||||
userVerified: boolean;
|
|
||||||
}
|
|
||||||
);
|
);
|
||||||
|
|
||||||
export class BrowserFido2UserInterfaceService implements Fido2UserInterfaceServiceAbstraction {
|
export class BrowserFido2UserInterfaceService implements Fido2UserInterfaceServiceAbstraction {
|
||||||
|
|||||||
Reference in New Issue
Block a user