mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-02 03:41:09 +01:00
Removed unused types
This commit is contained in:
parent
0c4d7fc342
commit
b37f3b1082
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user