Merged in revert-version (pull request #2128)
revert including version in layouts and api responses * revert including version in layouts and api responses Approved-by: Linus Flood
This commit is contained in:
@@ -8,7 +8,6 @@ import Script from "next/script"
|
||||
import { SessionProvider } from "next-auth/react"
|
||||
|
||||
import { Lang } from "@/constants/languages"
|
||||
import { env } from "@/env/server"
|
||||
import TrpcProvider from "@/lib/trpc/Provider"
|
||||
|
||||
import { SessionRefresher } from "@/components/Auth/TokenRefresher"
|
||||
@@ -58,7 +57,6 @@ export default async function RootLayout({
|
||||
window.adobeDataLayer = window.adobeDataLayer || []
|
||||
window.dataLayer = window.dataLayer || []
|
||||
`}</Script>
|
||||
<meta name="version" content={env.VERSION} />
|
||||
</head>
|
||||
<body className="scandic">
|
||||
<div className="root">
|
||||
|
||||
Reference in New Issue
Block a user