code-fundi-auth-resend
Resend the OTP email for a new account when the previous code expired or wasn't received. Call it after authentication and before verification.
Instructions
Resend the OTP email (POST /v2/auth/resend) when the previous code expired or was not received. Use after code-fundi-auth-authenticate, before code-fundi-auth-verify. Default type is signup for new accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Resend type (default: signup) | |
| Yes | Email address to resend the code to |