1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

Removed unused types

This commit is contained in:
gbubemismith
2023-08-08 13:35:53 -04:00
parent 986026e899
commit 5735e5988e

View File

@@ -100,14 +100,6 @@ export type BrowserFido2Message = { sessionId: string } & (
type: "AbortResponse";
fallbackRequested: boolean;
}
| {
type: "LogInRequest";
userVerification: boolean;
}
| {
type: "LogInResponse";
userVerified: boolean;
}
);
export class BrowserFido2UserInterfaceService implements Fido2UserInterfaceServiceAbstraction {