diff --git a/packages/game-app/src/signup/components/Signup/Signup.tsx b/packages/game-app/src/signup/components/Signup/Signup.tsx index 66cb96c6..f6a82034 100644 --- a/packages/game-app/src/signup/components/Signup/Signup.tsx +++ b/packages/game-app/src/signup/components/Signup/Signup.tsx @@ -77,7 +77,7 @@ const Signup: React.FC = () => { label={t('signup.form.firstName.label')} placeholder={t('signup.form.firstName.placeholder')} autoComplete="given-name" - maxLength={100} + maxLength={99} /> @@ -86,7 +86,7 @@ const Signup: React.FC = () => { label={t('signup.form.lastName.label')} placeholder={t('signup.form.lastName.placeholder')} autoComplete="family-name" - maxLength={100} + maxLength={99} />