mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 10:15:04 +00:00
Update apps/login/app/(login)/layout.tsx
Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
@@ -10,7 +10,6 @@ export default async function Layout({
|
||||
children: React.ReactNode;
|
||||
params: any;
|
||||
}) {
|
||||
console.log(params);
|
||||
const branding = await getBrandingSettings(server);
|
||||
let partial: Partial<BrandingSettings> | undefined;
|
||||
if (branding) {
|
||||
|
||||
Reference in New Issue
Block a user