fix: empty env variables should be ignored (#2040)
* fix: empty env variables should be ignored * fix: e2e test fails because of empty env variable values
This commit is contained in:
@@ -86,4 +86,5 @@ export const env = createEnv({
|
||||
AUTH_OIDC_NAME_ATTRIBUTE_OVERWRITE: process.env.AUTH_OIDC_NAME_ATTRIBUTE_OVERWRITE,
|
||||
},
|
||||
skipValidation,
|
||||
emptyStringAsUndefined: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user