-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Added setDefaultEmail for EmailBuilder #1866
Added setDefaultEmail for EmailBuilder #1866
Conversation
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.
Two small changes:
- Is there a test you could add for this to make sure that changing this setting results in the right flow?
- Could you add an entry to
CHANGELOG.md
?
I will think about a test, and about |
Besides checking in |
@laurentiu-git the ideal test would be one that checks the effect of the value, not just that the value is set. So for example checking when the value is set and the user exists, the flow heads to the password screen not the email screen. |
@laurentiu-git these tests look great, thank you! I'm going to resolve the merge conflicts (hope you don't mind) and then merge when CI is green. |
While you are at it, I saw this test |
Hey @samtstern !
I have implemented the feature for #1670 .