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

[WEB-1385] chore: auth screen and space app improvement #4529

Merged

Conversation

anmolsinghbhatia
Copy link
Collaborator

Changes:

This PR include following changes:

  • Instance sign-in page alignment fix.
  • Password strength color indicator updated.
  • Confirm password input improvement.
  • Space app issue sidebar comment section validation added.

Issue link: [WEB-1385]

Media:

Before After
before after
before after
before after

@@ -128,6 +128,10 @@ export const InstanceSetupForm: FC = (props) => {
[formData.confirm_password, formData.email, formData.first_name, formData.password, isSubmitting]
);

const password = formData?.password ?? "";
const confirmPassword = formData?.confirm_password ?? "";
const renderPasswordMatchError = !isRetryPasswordInputFocused || confirmPassword.length >= password.length;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why are you depending on length? You should be checking the equality.

@SatishGandham SatishGandham merged commit f77761b into preview May 20, 2024
13 of 14 checks passed
@SatishGandham SatishGandham deleted the chore/auth-screen-and-password-input-improvement branch May 20, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants