fix: handle invalid pin when sharing or after onboarding #896
continuous-integration.yaml
on: pull_request
Validate
1m 38s
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.
|