Update apps/login/app/(login)/layout.tsx

Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
Max Peintner
2024-03-14 14:42:05 +01:00
committed by GitHub
parent 86e70acbcc
commit aa7a404393

View File

@@ -10,7 +10,6 @@ export default async function Layout({
children: React.ReactNode; children: React.ReactNode;
params: any; params: any;
}) { }) {
console.log(params);
const branding = await getBrandingSettings(server); const branding = await getBrandingSettings(server);
let partial: Partial<BrandingSettings> | undefined; let partial: Partial<BrandingSettings> | undefined;
if (branding) { if (branding) {