fix: systeme metrics chart
This commit is contained in:
@@ -22,7 +22,7 @@ export default defineEventHandler((event) => {
|
||||
return
|
||||
}
|
||||
|
||||
const secureCookie = process.env.AUTH_COOKIE_SECURE === "true"
|
||||
const secureCookie = runtimeConfig.authCookieSecure
|
||||
|
||||
setCookie(event, "api_auth_token", expectedToken, {
|
||||
httpOnly: true,
|
||||
|
||||
Reference in New Issue
Block a user