Kundendaten Header

This commit is contained in:
Moritz Utcke
2025-03-07 15:49:05 -03:00
parent 0333f9315a
commit 096f325292
4 changed files with 21 additions and 7 deletions

View File

@@ -6,6 +6,9 @@ import Header from "#components/design/header/AusweisHeader.astro";
import Footer from "#components/design/footer/Footer.astro";
import SidebarLeft from "#components/design/sidebars/SidebarLeft.astro";
import { NotificationWrapper } from "@ibcornelsen/ui";
import { getCurrentUser } from "#lib/server/user";
const user = await getCurrentUser(Astro)
export interface Props {
title: string;
@@ -61,7 +64,7 @@ const { title } = Astro.props;
<body>
<Header />
<Header {user} />
<main
class="w-full p-0 grid