- Notifications
You must be signed in to change notification settings - Fork928
fix: Use verified and primary email for GitHub signup#1230
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This was causing a panic due to nil pointer dereference.It required all users signing up had a public email,which is an unreasonable requirement!
codecovbot commentedApr 29, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## main #1230 +/- ##==========================================+ Coverage 65.63% 65.66% +0.02%========================================== Files 269 269 Lines 17337 17378 +41 Branches 162 164 +2 ==========================================+ Hits 11379 11411 +32- Misses 4768 4776 +8- Partials 1190 1191 +1
Continue to review full report at Codecov.
|
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.
We should document this somewhere, I feel like people will 100% run into this and the answer will be "make sure the email you are expecting is the primary". Not sure the best place to put that today.
I think we'll need a better answer to how we do the email verification in general before launch, so we'll grab some customer feedback. |
This was causing a panic due to nil pointer dereference.It required all users signing up had a public email,which is an unreasonable requirement!
This was causing a panic due to nil pointer dereference.
It required all users signing up had a public email,
which is an unreasonable requirement!