We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb3467 commit bced64bCopy full SHA for bced64b
2 files changed
server/app/config/allowedAdminDomains.js
server/app/services/account.service.js
@@ -7,7 +7,7 @@ const {
7
sendRegistrationConfirmation,
8
sendResetPasswordConfirmation
9
} = require("./email.service");
10
-const { allowedAdminDomains } = require("../config/allowedAdminDomains");
+const allowedAdminDomains = process.env.ALLOWED_ADMIN_EMAIL_DOMAINS;
11
12
const SALT_ROUNDS = 10;
13
0 commit comments