fix import
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
a8f825545f
commit
b91fb7cefb
|
@ -1,5 +1,6 @@
|
||||||
import { StageBindingForm } from "@goauthentik/admin/flows/StageBindingForm";
|
import { StageBindingForm } from "@goauthentik/admin/flows/StageBindingForm";
|
||||||
import "@goauthentik/admin/stages/authenticator_duo/AuthenticatorDuoStageForm";
|
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_sms/AuthenticatorSMSStageForm";
|
||||||
import "@goauthentik/admin/stages/authenticator_static/AuthenticatorStaticStageForm";
|
import "@goauthentik/admin/stages/authenticator_static/AuthenticatorStaticStageForm";
|
||||||
import "@goauthentik/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm";
|
import "@goauthentik/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm";
|
||||||
|
|
Reference in New Issue