NORY-10: add suppressHydrationWarning to authentication root html tag (#12)
This commit is contained in:
commit
24f7d0936f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue