---
title: Resend Confirmation
hide_title: true
---
# Resend Confirmation
This component is used to resend a signup confirmation email if the initial email was not received or expired.

> Please note that [Supabase Client](/library/prefabs/supabase/components/setup-client/) needs to be set up in your app before you can properly use this component.
## Inputs
| Data | Description |
| --------------------------------------- | -------------------------------------------- |
| Email | The email to send the confirmation email to. |
| Signals | Description |
| -------------------------------------- | ------------------------------------ |
| Do | Triggers the send confirmation call. |
## Outputs
| Signals | Description |
| ------------------------------------------- | -------------------------------------------------------------------------------- |
| Success | Sends a signal when the request succeeded. |
| Failure | Sends a signal when an error occurred, and logs an error message in the console. |