Empty the email and password fields and click 'Log In'
What I expected to happen
Only non-field errors to show at the top (in this case, nothing)
There's already a fix for this in place in saleor.core.utils.form_renderer.FormRenderer. However, it is not kicking in because the bootstrap settings are misnamed. The fix is to rename the following in settings.py:
bootstrap4 -> BOOTSTRAP4
What I'm trying to achieve
I expected only non-field errors to be displayed at the top.
Steps to reproduce the problem
What I expected to happen
Only non-field errors to show at the top (in this case, nothing)
There's already a fix for this in place in saleor.core.utils.form_renderer.FormRenderer. However, it is not kicking in because the bootstrap settings are misnamed. The fix is to rename the following in settings.py: bootstrap4 -> BOOTSTRAP4