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-1464] fix: infinite loader on the sign-up and sign-in when redirection from different routes #4856

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

gurusainath
Copy link
Collaborator

Summary

This PR fixes the issue of the infinite loader appearing on the sign-up and sign-in submit buttons when redirecting from different routes.

Changes

  1. Auth email confirmation component
  2. Auth unique code component
  3. Auth password component

Issue link: [WEB-1464]

@gurusainath gurusainath added the 🐛bug Something isn't working label Jun 18, 2024
@gurusainath gurusainath added this to the v0.22-dev milestone Jun 18, 2024
@gurusainath gurusainath self-assigned this Jun 18, 2024
@@ -41,6 +41,10 @@ export const AuthEmailForm: FC<TAuthEmailForm> = observer((props) => {

const isButtonDisabled = email.length === 0 || Boolean(emailError?.email) || isSubmitting;

useEffect(() => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

What does this do?

@SatishGandham SatishGandham marked this pull request as draft June 18, 2024 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants