Skip to content
rw3iss Auth

EmailVerificationNotice

form @rw3iss/auth-client/preact/forms/EmailVerificationNotice framework-adapters/preact/components/forms/EmailVerificationNotice.tsx ↗

“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

NameTypeDescription
clientAuthClient
emailstringExplicit email override. Default: current user’s email.
verifiedSlotComponentChildrenRendered when verification is already complete.
appCodestring
classNamestring