diff --git a/frontend/app/layout.tsx b/frontend/app/layout.tsx
index bbdabd6..e73c116 100644
--- a/frontend/app/layout.tsx
+++ b/frontend/app/layout.tsx
@@ -27,7 +27,7 @@ export default async function RootLayout({ children }: RootLayoutProps) {
-
+
{children}
diff --git a/frontend/providers/session-provider.tsx b/frontend/providers/session-provider.tsx
index 808b650..628c4cf 100644
--- a/frontend/providers/session-provider.tsx
+++ b/frontend/providers/session-provider.tsx
@@ -6,13 +6,11 @@ import { AuthSync } from '@/components/auth/auth-sync';
export default function SessionProvider({
children,
- nonce,
}: {
children: React.ReactNode;
- nonce?: string;
}) {
return (
-
+
{children}