EmailVerificationNotice
“Check your email to verify” notice. Designed for the post-register landing page — shows the email being verified and a “resend” button.
If email is omitted, falls back to the AuthClient’s current
snapshot user. If the user is already verified, renders the
verifiedSlot (default: nothing, so the notice disappears).
Usage
import { EmailVerificationNotice } from '@rw3iss/auth-client/preact/forms';
<EmailVerificationNotice />Props
| Name | Type | Description |
|---|---|---|
client | AuthClient | |
email | string | Explicit email override. Default: current user’s email. |
verifiedSlot | ComponentChildren | Rendered when verification is already complete. |
appCode | string | |
className | string |