Skip to content

Commit

Permalink
chore: merge hotfix to master
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-rw authored May 8, 2024
2 parents 9b95ac3 + 042a381 commit dbadcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const env = createEnv({
AUTH_OIDC_OWNER_GROUP: z.string().default('admin'),
AUTH_OIDC_AUTO_LOGIN: zodParsedBoolean(),
AUTH_OIDC_SCOPE_OVERWRITE: z.string().default('openid email profile groups'),
AUTH_OIDC_TIMEOUT: numberSchema.default(3500),
AUTH_OIDC_TIMEOUT: numberSchema.default('3500'),
}
: {}),
},
Expand Down

0 comments on commit dbadcd8

Please sign in to comment.