mirror of
https://codeberg.org/MarkusThielker/next-ory.git
synced 2025-04-12 20:48:43 +00:00
NORY-7: add suppressHydrationWarning to dashboard root html tag
This commit is contained in:
parent
f1cc58a651
commit
98af537ddb
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