-
-
Notifications
You must be signed in to change notification settings - Fork 593
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
refactor: Copy ignoreEmailVerification
from option to data
#2107
Conversation
Thanks for opening this pull request!
|
ignoreEmailVerification
from option to data
I will reformat the title to use the proper commit message syntax. |
ignoreEmailVerification
from option to dataignoreEmailVerification
from option to data
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## alpha #2107 +/- ##
===========================================
+ Coverage 99.98% 100.00% +0.01%
===========================================
Files 61 61
Lines 6185 6185
Branches 1499 1499
===========================================
+ Hits 6184 6185 +1
+ Misses 1 0 -1 ☔ View full report in Codecov by Sentry. |
🎉 This change has been released in version 5.1.0-alpha.2 |
🎉 This change has been released in version 5.1.0-beta.1 |
🎉 This change has been released in version 5.1.0 |
Pull Request
Issue
Refactor how
ignoreEmailVerification
data is set, due to #2103 (comment).Approach
Copy
ignoreEmailVerification
from option to data already inParse.User
instead of later inRESTController
.TODO