We've recently upgraded one of our projects which uses this package to Wagtail 4 but we're getting errors with 2fa when logging in to the admin. It looks like it may be related to this line here:
|
<link rel="stylesheet" href="{% static 'wagtailadmin/css/layouts/login.css' %}" type="text/css" /> |
.
Thanks a lot for this useful package by the way.
We've recently upgraded one of our projects which uses this package to Wagtail 4 but we're getting errors with 2fa when logging in to the admin. It looks like it may be related to this line here:
wagtail-2fa/src/wagtail_2fa/templates/wagtail_2fa/otp_form.html
Line 9 in 0b2b6e7
Thanks a lot for this useful package by the way.