Let user pick rp id instead of automatically selecting the first rp id. #14235
Annotations
5 errors
Build test flavor:
src/frontend/src/components/authenticateBox/index.ts#L104
Type 'Promise<AuthFail | WebAuthnFailed | UnknownUser | ApiError | LoginSuccess | LoginCancel | PossiblyWrongWebAuthnFlow | PinUserOtherDomain>' is not assignable to type 'Promise<AuthFail | WebAuthnFailed | UnknownUser | ApiError | LoginSuccess | PossiblyWrongWebAuthnFlow | PinUserOtherDomain>'.
|
Build test flavor:
src/frontend/src/components/authenticateBox/index.ts#L138
Property 'showAddCurrentDevice' is missing in type '{ userNumber: bigint; connection: AuthenticatedConnection; } & { newAnchor: boolean; authnMethod: "pin" | "recovery" | "passkey"; }' but required in type '{ userNumber: bigint; connection: AuthenticatedConnection; newAnchor: boolean; authnMethod: "pin" | "recovery" | "passkey"; showAddCurrentDevice: boolean; }'.
|
Build test flavor:
src/frontend/src/components/authenticateBox/index.ts#L662
Type '"picked"' is not assignable to type '"rpIdPickSuccess"'.
|
Build test flavor:
src/frontend/src/components/authenticateBox/index.ts#L895
Type 'Promise<AuthFail | WebAuthnFailed | UnknownUser | ApiError | LoginSuccess | LoginCancel | PossiblyWrongWebAuthnFlow | PinUserOtherDomain>' is not assignable to type 'Promise<AuthFail | WebAuthnFailed | UnknownUser | ApiError | LoginSuccess | PossiblyWrongWebAuthnFlow | PinUserOtherDomain>'.
|
Build test flavor
Process completed with exit code 2.
|
Loading