Add group management and event-specific invitation onboarding

This commit is contained in:
2026-09-10 10:38:01 -04:00
parent 2c382b8bd1
commit 361e14ec1d
10 changed files with 131 additions and 22 deletions
+2 -2
View File
@@ -96,7 +96,7 @@ export function SignUpForm({
/>
<FieldDescription>Use at least 10 characters in production.</FieldDescription>
</Field>
<Field>
{initialCode.length > 4 ? <p className="text-sm text-muted-foreground">Your invitation is attached. Youll confirm your access after creating your account.</p> : <Field>
<FieldLabel htmlFor="invite">
Invite code {requireInvite ? "" : "(optional)"}
</FieldLabel>
@@ -115,7 +115,7 @@ export function SignUpForm({
className="tap-target"
required={requireInvite}
/>
</Field>
</Field>}
</FieldGroup>
{error ? (
<Alert variant="destructive">