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:
committed by
jaasen-livefront
parent
03875dcf05
commit
758a1ece69
@@ -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;
|
||||
}
|
||||
| {
|
||||
|
||||
Reference in New Issue
Block a user