diff --git a/client/components/onboarding/CreatorProfile.tsx b/client/components/onboarding/CreatorProfile.tsx index fec4555f..076f9051 100644 --- a/client/components/onboarding/CreatorProfile.tsx +++ b/client/components/onboarding/CreatorProfile.tsx @@ -128,6 +128,39 @@ export default function CreatorProfile({ return (
+ {(data?.username || "").length}/32 characters. Lowercase letters, numbers, hyphens, and underscores only. +
+ {(data?.username?.length || 0) === 0 && ( +Username is required
+ )} +