From b91fb7cefbedd79ebb93daab63d42a6d9fb6ec21 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Fri, 8 Sep 2023 19:24:08 +0200 Subject: [PATCH] fix import Signed-off-by: Jens Langhammer --- web/src/admin/stages/StageWizard.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/admin/stages/StageWizard.ts b/web/src/admin/stages/StageWizard.ts index 3ace712e4..40b3e5183 100644 --- a/web/src/admin/stages/StageWizard.ts +++ b/web/src/admin/stages/StageWizard.ts @@ -1,5 +1,6 @@ import { StageBindingForm } from "@goauthentik/admin/flows/StageBindingForm"; import "@goauthentik/admin/stages/authenticator_duo/AuthenticatorDuoStageForm"; +import "@goauthentik/admin/stages/authenticator_mobile/AuthenticatorMobileStageForm"; import "@goauthentik/admin/stages/authenticator_sms/AuthenticatorSMSStageForm"; import "@goauthentik/admin/stages/authenticator_static/AuthenticatorStaticStageForm"; import "@goauthentik/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm";