mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 07:24:51 +00:00
session service, username, password form
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
"use client";
|
||||
|
||||
import { setTheme, LabelPolicyColors } from "#/utils/colors";
|
||||
import { BrandingSettings } from "@zitadel/server";
|
||||
import { setTheme } from "#/utils/colors";
|
||||
import { useEffect } from "react";
|
||||
|
||||
type Props = {
|
||||
branding: LabelPolicyColors | undefined;
|
||||
branding: Partial<BrandingSettings> | undefined;
|
||||
children: React.ReactNode;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user