-
Notifications
You must be signed in to change notification settings - Fork 4
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 validation for activation code and error logging for createFamily in Parent Signup flow #1014
Conversation
Coverage Report
File CoverageNo changed files found. |
Visit the preview URL for this PR (updated for commit 4388960): https://roar-staging--pr1014-enh-parent-signup-te-7p1petwj.web.app (expires Fri, 07 Feb 2025 19:15:24 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 2631e9c58fd0104ecbfddd72a62245ddac467460 |
roar-dashboard-e2e
|
Project |
roar-dashboard-e2e
|
Branch Review |
enh/parent-signup-text
|
Run status |
|
Run duration | 05m 45s |
Commit |
|
Committer | Adam Richie-Halford |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
14
|
View all changes introduced in this branch ↗︎ |
Co-authored-by: Adam Richie-Halford <[email protected]>
showErrorDialog(); | ||
submitted.value = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just want to double check that this line was intentionally removed, and not by mistake.
Is this because we want to trigger the conditional rendering of the error messages based on submitted
being true after we attempt to submit the form?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is correct, previously the submitted.value = false would prevent the error message from rendering.
Proposed changes
Types of changes
What types of changes does this pull request introduce?
Checklist
Justification of missing checklist items
Further comments