Skip to content
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

[1.x] Fix double error message for failed 2FA response #369

Merged
merged 1 commit into from
Mar 17, 2022

Conversation

driesvints
Copy link
Member

This PR solves an issue where a failed message was shown twice. This is technically a breaking change since we're removing the email key (the reason why we didn't in the related PR below). But the correct key is code.

See #360

@taylorotwell taylorotwell merged commit 59ccaff into 1.x Mar 17, 2022
@taylorotwell taylorotwell deleted the driesvints-patch-1 branch March 17, 2022 13:47
@sebastiaanluca
Copy link

Thanks for the fix 🙌 , though please mention these breaking changes in the changelog 😅 We're always missing them for Fortify because they're included in minor releases, resulting in views not working or error messages not being displayed. In this case we were only displaying the error for email, otherwise we had duplicate error messages like in the Jetstream example.

@driesvints
Copy link
Member Author

@sebastiaanluca yes sorry about that. We really try to minimize these... unfortunately this was a necessary one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants