resendEmailVerification(Defined in: packages/modelence/src/auth/client/index.ts:80 Resend the verification email for a given email address. The email is only sent if the address is registered and not yet verified. A generic response is always returned to avoid leaking account information.options):Promise<void>
Example
Parameters
| Parameter | Type | Description |
|---|---|---|
options | { email: string; } | - |
options.email | string | The email address to resend verification to. |
Returns
Promise<void>