Skip to content

Commit

Permalink
forgot to remove unused env var
Browse files Browse the repository at this point in the history
  • Loading branch information
JurreBrandsenInfoSupport committed Apr 11, 2024
1 parent e129799 commit 9897fa2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export const env = createEnv({
NEXTAUTH_SECRET: z.string(),
NEXTAUTH_URL: z.string(),
FRESH_RUN: z.string(),
SIGNIN_METHOD: z.string(),
EMAIL: z.string(),
PASSWORD: z.string(),

Expand Down Expand Up @@ -47,7 +46,6 @@ export const env = createEnv({
NEXTAUTH_URL: process.env.NEXTAUTH_URL,
FRESH_RUN: process.env.FRESH_RUN,
NODE_ENV: process.env.NODE_ENV,
SIGNIN_METHOD: process.env.SIGNIN_METHOD,
EMAIL: process.env.EMAIL,
PASSWORD: process.env.PASSWORD,
},
Expand Down

0 comments on commit 9897fa2

Please sign in to comment.