fix: handle invalid pin when sharing or after onboarding #896
Annotations
3 errors
Check Types:
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'.
|
Check Types:
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>'.
|
Check Types
Process completed with exit code 2.
|
Loading