diff --git a/src/app/(app)/layout.tsx b/src/app/(app)/layout.tsx index 521097be..9cce0723 100644 --- a/src/app/(app)/layout.tsx +++ b/src/app/(app)/layout.tsx @@ -17,19 +17,21 @@ export default function AppLayout({ children }: AppLayoutProps) { - - - {/* - * Reconciles the user's email-verification state with Ory on every - * authenticated page load (sync + reminder/confirmation banner). - * Wrapped in Suspense so its session/DB read streams in without - * blocking the page content below. - */} - - - - {children} - + +
+ + {/* + * Reconciles the user's email-verification state with Ory on every + * authenticated page load (sync + reminder/confirmation banner). + * Wrapped in Suspense so its session/DB read streams in without + * blocking the page content below. + */} + + + + {children} + +