NORY-10: add suppressHydrationWarning to authentication root html tag

This commit is contained in:
Markus Thielker 2024-11-29 03:44:02 +01:00
parent 3b05405363
commit 0cedc64b8e
No known key found for this signature in database

View file

@ -37,7 +37,7 @@ export const viewport: Viewport = {
export default function RootLayout({ children }: Readonly<{ children: React.ReactNode }>) {
return (
<html lang="en">
<html lang="en" suppressHydrationWarning>
<head>
<link crossOrigin="use-credentials" rel="manifest" href="/manifest.json"/>
<link