WIP #16751
frontend-checks.yml
on: push
showcase
56s
frontend-checks
44s
showcase-deploy
0s
Annotations
11 errors
frontend-checks:
src/frontend/src/lib/stores/last-used-identities.store.test.ts#L54
Type 'string' is not assignable to type '{ passkey: { credentialId: Uint8Array<ArrayBufferLike>; }; } | { openid: { iss: string; sub: string; }; }'.
|
frontend-checks:
src/frontend/src/lib/stores/last-used-identities.store.test.ts#L60
Type '{ [x: string]: { identityNumber: bigint; name: string; credentialId: Uint8Array<ArrayBufferLike>; authMethod: string; sub: string; lastUsedTimestampMillis: number; }; }' is not assignable to type 'LastUsedIdentitiesData'.
|
frontend-checks:
src/frontend/src/lib/stores/last-used-identities.store.test.ts#L77
Type 'string' is not assignable to type '{ passkey: { credentialId: Uint8Array<ArrayBufferLike>; }; } | { openid: { iss: string; sub: string; }; }'.
|
frontend-checks:
src/frontend/src/lib/stores/last-used-identities.store.test.ts#L87
Type 'string' is not assignable to type '{ passkey: { credentialId: Uint8Array<ArrayBufferLike>; }; } | { openid: { iss: string; sub: string; }; }'.
|
frontend-checks:
src/frontend/src/lib/stores/last-used-identities.store.test.ts#L93
Type '{ [x: string]: { identityNumber: bigint; name: string; credentialId: Uint8Array<ArrayBufferLike>; authMethod: string; sub: string; lastUsedTimestampMillis: number; }; }' is not assignable to type 'LastUsedIdentitiesData'.
|
frontend-checks:
src/frontend/src/lib/stores/last-used-identities.store.test.ts#L118
Type 'string' is not assignable to type '{ passkey: { credentialId: Uint8Array<ArrayBufferLike>; }; } | { openid: { iss: string; sub: string; }; }'.
|
frontend-checks:
src/frontend/src/lib/stores/last-used-identities.store.test.ts#L132
Type 'string' is not assignable to type '{ passkey: { credentialId: Uint8Array<ArrayBufferLike>; }; } | { openid: { iss: string; sub: string; }; }'.
|
frontend-checks:
src/frontend/src/lib/stores/last-used-identities.store.test.ts#L138
Type '{ [x: string]: { identityNumber: bigint; name: string; credentialId: Uint8Array<ArrayBufferLike>; authMethod: string; sub: string; lastUsedTimestampMillis: number; }; }' is not assignable to type 'LastUsedIdentitiesData'.
|
frontend-checks:
src/frontend/src/lib/stores/last-used-identities.store.test.ts#L158
Type 'string' is not assignable to type '{ passkey: { credentialId: Uint8Array<ArrayBufferLike>; }; } | { openid: { iss: string; sub: string; }; }'.
|
frontend-checks:
src/frontend/src/lib/stores/last-used-identities.store.test.ts#L203
Type 'string' is not assignable to type '{ passkey: { credentialId: Uint8Array<ArrayBufferLike>; }; } | { openid: { iss: string; sub: string; }; }'.
|
showcase
Process completed with exit code 1.
|