Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Confirm Password Field to SupaEmailAuth Component for Sign-Up Process #129

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

jadl456
Copy link
Contributor

@jadl456 jadl456 commented Oct 24, 2024

What kind of change does this PR introduce?

Feature

What is the current behavior?

Currently, the SupaEmailAuth component does not include a field for confirming the password during the sign-up process. This can lead to user errors if they mistype their password without realizing it.

What is the new behavior?

This PR introduces a new feature that adds a "Confirm Password" field to the SupaEmailAuth component, which is only displayed during the sign-up process. This field ensures that users enter their password correctly by requiring them to type it twice. The localization for the "Confirm Password" label and error message has also been added to support multiple languages.

Additional context

image

Copy link
Member

@dshukertjr dshukertjr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love it! Thanks for the PR!

@dshukertjr dshukertjr merged commit 99513e9 into supabase-community:main Oct 25, 2024
1 check passed
@JavascriptMick
Copy link
Contributor

Fantastic! when will this roll out? 0.5.5?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants