-
Notifications
You must be signed in to change notification settings - Fork 25
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
[launchweek-demo] Add login form #3395
Conversation
Bundle ReportBundle size has no change ✅ |
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #3395 +/- ##
==========================================
- Coverage 99.18% 99.09% -0.10%
==========================================
Files 803 804 +1
Lines 14210 14223 +13
Branches 3916 3917 +1
==========================================
Hits 14094 14094
- Misses 107 119 +12
- Partials 9 10 +1
Continue to review full report in Codecov by Sentry.
|
❌ We are unable to process any of the uploaded JUnit XML files. Please ensure your files are in the right format. |
2 similar comments
❌ We are unable to process any of the uploaded JUnit XML files. Please ensure your files are in the right format. |
❌ We are unable to process any of the uploaded JUnit XML files. Please ensure your files are in the right format. |
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
@codecov-ai-reviewer review |
setUsername(username) | ||
} |
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.
The setUsername
call here is redundant since username
is already set. You can remove this line.
Co-authored-by: codecov-ai-reviewer[bot] <156709835+codecov-ai-reviewer[bot]@users.noreply.github.com>
Co-authored-by: codecov-ai-reviewer[bot] <156709835+codecov-ai-reviewer[bot]@users.noreply.github.com>
Description
This PR adds an email form component and associated event handling logic.