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

Sign up error handling #256

Merged
merged 5 commits into from
Oct 10, 2023
Merged

Sign up error handling #256

merged 5 commits into from
Oct 10, 2023

Conversation

Shushunya
Copy link
Collaborator

@Shushunya Shushunya commented Oct 8, 2023

part of the #124 task [Sign Up: 400 email exists]

2 first commits are duplicated from #255 PR since they are fixing eslint errors after merge conflicts in #248

after #255 is merged, only 1 file will have changes: SignUpFormContent, so please have look only at it

[upd: 09/10 now is up to date state]

@Shushunya Shushunya added the task label Oct 8, 2023
@Shushunya Shushunya self-assigned this Oct 8, 2023
@Shushunya Shushunya linked an issue Oct 8, 2023 that may be closed by this pull request
console.log(process.env.REACT_APP_BASE_API_URL);
data: dataToSend,
})
.then()
Copy link
Collaborator

Choose a reason for hiding this comment

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

No need to leave empty then here

Copy link
Collaborator

Choose a reason for hiding this comment

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

But should the user somehow be informed that registration is successfull?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It will be used to trigger notification modal #262 as far as I know. That's why I decided to leave it even though it's empty.

@Shushunya Shushunya merged commit 707f2a7 into develop Oct 10, 2023
3 checks passed
@Shushunya Shushunya deleted the sign-up-error-handling branch October 13, 2023 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FE] error handling: Sign Up
3 participants