rm import

This commit is contained in:
peintnermax
2024-04-24 10:28:14 +02:00
parent 71a6b14670
commit e8738cef9b
2 changed files with 0 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
import { getBrandingSettings, getLoginSettings, server } from "#/lib/zitadel";
import DynamicTheme from "#/ui/DynamicTheme";
import LoginOTP from "#/ui/LoginOTP";
import VerifyU2F from "#/ui/VerifyU2F";
export default async function Page({
searchParams,

View File

@@ -1,8 +1,6 @@
import { getBrandingSettings, getLoginSettings, server } from "#/lib/zitadel";
import DynamicTheme from "#/ui/DynamicTheme";
import LoginOTP from "#/ui/LoginOTP";
import LoginPasskey from "#/ui/LoginPasskey";
import VerifyU2F from "#/ui/VerifyU2F";
export default async function Page({
searchParams,