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

added PasswordTextField component fixed #1702 #1709

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

KirtiKamal
Copy link

@KirtiKamal KirtiKamal commented Jun 14, 2024

added PasswordTextField component

close #1702

Copy link
Collaborator

@RodriSanchez1 RodriSanchez1 left a comment

Choose a reason for hiding this comment

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

Good work! Use this component on the LogIn form also!

error={errors.password}
label={intl.formatMessage(messages.password)}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Change to label={intl.formatMessage(messages.createYourPassword)}

error={errors.passwordConfirm}
<PasswordTextField
error={errors.confirmPassword}
label={intl.formatMessage(messages.confirmPassword)}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Change to label={intl.formatMessage(messages.confirmYourPassword)}

src/components/Account/SignUp/SignUp.component.js Outdated Show resolved Hide resolved
label={intl.formatMessage(messages.confirmYourPassword)}
error={errors.passwordConfirm}
<PasswordTextField
error={errors.confirmPassword}
Copy link
Collaborator

Choose a reason for hiding this comment

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

change to error={errors.passwordConfirm}

@KirtiKamal
Copy link
Author

@RodriSanchez1 I have fixed all the requested changes and added PasswordTextField on the Login component. Kindly review.

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.

Create a custom password input component
2 participants