diff --git a/webapp/nuxt.config.js b/webapp/nuxt.config.js index d6ac6a3f0..36152eb4a 100644 --- a/webapp/nuxt.config.js +++ b/webapp/nuxt.config.js @@ -197,7 +197,7 @@ export default { path: '/', // optional /** * A Boolean indicating if the cookie transmission requires a * secure protocol (https). Defaults to false. */ - secure: CONFIG.COOKIE_HTTPS_ONLY, + secure: CONFIG.COOKIE_HTTPS_ONLY, }, // includeNodeModules: true, // optional, default: false (this includes graphql-tag for node_modules folder)