From 0cedc64b8e18c916c1e60ce89d2855cbd87d88a3 Mon Sep 17 00:00:00 2001 From: Markus Thielker Date: Fri, 29 Nov 2024 03:44:02 +0100 Subject: [PATCH] NORY-10: add suppressHydrationWarning to authentication root html tag --- authentication/src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentication/src/app/layout.tsx b/authentication/src/app/layout.tsx index 9b81615..9c43841 100644 --- a/authentication/src/app/layout.tsx +++ b/authentication/src/app/layout.tsx @@ -37,7 +37,7 @@ export const viewport: Viewport = { export default function RootLayout({ children }: Readonly<{ children: React.ReactNode }>) { return ( - +