diff --git a/authentik/stages/authenticator_validate/forms.py b/authentik/stages/authenticator_validate/forms.py index d4213a123..16223a326 100644 --- a/authentik/stages/authenticator_validate/forms.py +++ b/authentik/stages/authenticator_validate/forms.py @@ -1,6 +1,5 @@ """OTP Validate stage forms""" from django import forms -from django.utils.translation import gettext_lazy as _ from authentik.flows.models import NotConfiguredAction from authentik.stages.authenticator_validate.models import ( diff --git a/website/docs/flow/stages/captcha/captcha-admin.png b/website/docs/flow/stages/captcha/captcha-admin.png index f33a52972..41cee855f 100644 Binary files a/website/docs/flow/stages/captcha/captcha-admin.png and b/website/docs/flow/stages/captcha/captcha-admin.png differ