-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Remove UserLockedException catch. #25692
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
Remove UserLockedException catch. #25692
Conversation
`UserLockedException` extends `AuthenticationException` and provides the same message. These lines were useless.
@drew7721 unfortunately, only members of the maintainers team are allowed to assign developers to the pull request |
Hi @drew7721. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
Hi @lbajsarowicz, thank you for the review.
|
✔️ Qa Passed |
This PR is already covered by |
Hi @drew7721, thank you for your contribution! |
UserLockedException
extendsAuthenticationException
and provides the same message, hence that catch is simply useless.Description (*)
Remove redundant code form code base.
Questions or comments
None.
Contribution checklist (*)