1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-19 19:04:01 +00:00

[PM-29519]Remove @ts-strict-ignore in browser-fido2-user-interface.service.ts (#18691)

This commit is contained in:
Daniel Riera
2026-02-11 12:24:02 -05:00
committed by jaasen-livefront
parent 03875dcf05
commit 758a1ece69

View File

@@ -1,5 +1,3 @@
// FIXME: Update this file to be type safe and remove this and next line
// @ts-strict-ignore
import {
BehaviorSubject,
EmptyError,
@@ -79,7 +77,7 @@ export type BrowserFido2Message = { sessionId: string } & (
}
| {
type: typeof BrowserFido2MessageTypes.PickCredentialResponse;
cipherId?: string;
cipherId: string;
userVerified: boolean;
}
| {