Default

Function: default()

[object Object]

Defined in: routes/confirm-mail.tsx:25

Landing page shown right after registration - whether the member paid a membership fee via Mollie or was exempt - and after board-created member registration. Triggers the one-time account-activation email (verify email + set password) for the given member and shows a confirmation message. The memberId query param identifies which member to send it for; the endpoint itself is idempotent (Member.ActivationEmailSentAt), so it's safe even if this page is revisited or the request is retried.

When reached via the createdByAdmin query param (set by the admin create-member flow), the visitor is the board member who just created the account, not the new member - so the copy and navigation reflect that instead of talking to the new member.

Returns

[object Object]

Page

Component

On this page