throw out @zitadel/react @zitadel/next

This commit is contained in:
peintnermax
2024-09-04 15:47:29 +02:00
parent 3fef934a4a
commit 6204cdaaae
63 changed files with 191 additions and 744 deletions

View File

@@ -1,3 +1,5 @@
import { getSessionCookieById } from "@/lib/cookies";
import { loadMostRecentSession } from "@/lib/session";
import {
getBrandingSettings,
getSession,
@@ -9,7 +11,6 @@ import BackButton from "@/ui/BackButton";
import ChooseSecondFactor from "@/ui/ChooseSecondFactor";
import DynamicTheme from "@/ui/DynamicTheme";
import UserAvatar from "@/ui/UserAvatar";
import { getSessionCookieById, loadMostRecentSession } from "@zitadel/next";
export default async function Page({
searchParams,