wagtail-2fa icon indicating copy to clipboard operation
wagtail-2fa copied to clipboard

CSS file not found on otp_form.html, when WAGTAIL_2FA_REQUIRED is set to True

Open sbr226 opened this issue 1 year ago • 0 comments

If you set WAGTAIL_2FA_REQUIRED = True, the styling will be missing on the otp_form.html when you try to loggin. This happend because when the page tries to get the css file at: .../static/wagtailadmin/css/core.css It redirects to the otp token (otp_form.html) page.

I'm using Wagtail 4.2.4

sbr226 avatar Aug 17 '23 07:08 sbr226