import { Button, Input, StrongPassword } from "@wrnexus/ui" component InvitationAccept { props { action = "/api/auth/invitations/accept" schema = "auth-invitation" token = "" redirect = "/account" organization = "your workspace" inviter = "A workspace administrator" title = "Accept your invitation" description = "Create your password to join the workspace." submitLabel = "Accept invitation" successMessage = "Invitation accepted." color = "primary" size = "md" class = "" } view {

{title}

{description}

{organization}

Invited by {inviter}

} }