Skip to content

Commit

Permalink
fix(nuxt-auth): remove unnecessary value from env
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Feb 22, 2023
1 parent 9c7ccc5 commit ddc09ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion starter/nuxt-auth/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export default defineNuxtConfig({
shim: false,
},
auth: {
origin: process.env.AUTH_ORIGIN,
enableGlobalAppMiddleware: true,
},
vite: {
Expand Down

0 comments on commit ddc09ea

Please sign in to comment.