diff --git a/apps/red-ui/src/app/app-config/app-config.service.ts b/apps/red-ui/src/app/app-config/app-config.service.ts
index ecb566606..789474ca6 100644
--- a/apps/red-ui/src/app/app-config/app-config.service.ts
+++ b/apps/red-ui/src/app/app-config/app-config.service.ts
@@ -20,6 +20,7 @@ export enum AppConfigKey {
FRONTEND_APP_VERSION = 'FRONTEND_APP_VERSION',
EULA_URL = 'EULA_URL',
LICENSE_CUSTOMER = 'LICENSE_CUSTOMER',
+ LICENSE_EMAIL = 'LICENSE_EMAIL',
LICENSE_START = 'LICENSE_START',
LICENSE_END = 'LICENSE_END',
LICENSE_PAGE_COUNT = 'LICENSE_PAGE_COUNT'
diff --git a/apps/red-ui/src/app/screens/admin/license-information-screen/license-information-screen.component.html b/apps/red-ui/src/app/screens/admin/license-information-screen/license-information-screen.component.html
index a49964d60..f9a399fd3 100644
--- a/apps/red-ui/src/app/screens/admin/license-information-screen/license-information-screen.component.html
+++ b/apps/red-ui/src/app/screens/admin/license-information-screen/license-information-screen.component.html
@@ -3,6 +3,7 @@