From e14278fc6a75cfd96c751f4e8a666022a417ccce Mon Sep 17 00:00:00 2001 From: uzairr Date: Wed, 26 May 2021 16:01:44 +0500 Subject: [PATCH] add info mail to config --- src/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.jsx b/src/index.jsx index 1b93f65d..95935465 100755 --- a/src/index.jsx +++ b/src/index.jsx @@ -69,6 +69,7 @@ initialize({ COOKIE_DOMAIN: process.env.COOKIE_DOMAIN, WELCOME_PAGE_SUPPORT_LINK: process.env.WELCOME_PAGE_SUPPORT_LINK || null, DISABLE_ENTERPRISE_LOGIN: process.env.DISABLE_ENTERPRISE_LOGIN || '', + INFO_EMAIL: process.env.INFO_EMAIL || '', }); }, },