chore(ui,localizations,shared): Use distinct password placeholder for sign-up forms#8082
chore(ui,localizations,shared): Use distinct password placeholder for sign-up forms#8082wobsoriano wants to merge 2 commits intomainfrom
Conversation
Sign-up forms previously shared the same "Enter your password" placeholder as sign-in, which confused users into thinking they needed an existing password. Added a new `formFieldInputPlaceholder__signUpPassword` localization key with "Create a password" wording for SignUpStart and SignUpContinue.
🦋 Changeset detectedLatest commit: 9d35079 The changes in this PR will be included in the next version bump. This PR includes changesets to release 21 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughWalkthroughThis pull request introduces a distinct password placeholder for sign-up forms across the Clerk packages. A new localization key 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 📝 Coding Plan
Comment |
@clerk/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
Summary
A customer reports that "Enter your password" on the sign-up continue form ("Fill in missing fields") is confusing. Users interpret it as entering an existing password rather than creating a new one.
This PR:
formFieldInputPlaceholder__signUpPasswordlocalization key with "Create a password" wordingSignUpStartandSignUpContinueto use the new key instead of the sharedformFieldInputPlaceholder__password("Enter your password")See https://clerkinc.slack.com/archives/C07JK3YT2G2/p1773068945680939
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change
Summary by CodeRabbit