Skip to content

fix: handle invalid pin when sharing or after onboarding #896

fix: handle invalid pin when sharing or after onboarding

fix: handle invalid pin when sharing or after onboarding #896

Triggered via pull request November 26, 2024 19:58
Status Failure
Total duration 1m 48s
Artifacts

continuous-integration.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Validate: apps/easypid/src/features/receive/FunkeCredentialNotificationScreen.tsx#L416
Type '((pin?: string | undefined) => Promise<{ result: { title: string; }; redirectToWallet: boolean; } | undefined>) | undefined' is not assignable to type '(() => Promise<void> | Promise<PresentationRequestResult>) | undefined'.
Validate: apps/easypid/src/features/receive/FunkeCredentialNotificationScreen.tsx#L434
Type '(pin?: string) => Promise<{ result: { title: string; }; redirectToWallet: boolean; } | undefined>' is not assignable to type '(pin: string) => Promise<void> | Promise<PresentationRequestResult>'.
Validate
Process completed with exit code 2.