-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix(email): restrict email change. Fixes MA-173 #227
Conversation
what do you think of moving this to MailChange's validation? this seems more right, as IMO these kind of checks do not belong in controllers, but in models instead |
That's actually a very good idea. I forgot that MailChange has its own model. |
Codecov Report
@@ Coverage Diff @@
## master #227 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 42 42
Lines 1332 1333 +1
Branches 208 209 +1
=========================================
+ Hits 1332 1333 +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.
lgtm
## [1.31.5](1.31.4...1.31.5) (2021-02-10) ### Bug Fixes * **email:** restrict email change. Fixes MA-173 ([#227](#227)) ([85d7dd1](85d7dd1))
🎉 This PR is included in version 1.31.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.