From 78a020576fdfbea60b53954d28caee9ccd9d6068 Mon Sep 17 00:00:00 2001 From: Lukas Hass Date: Tue, 25 Jan 2022 18:04:59 +0100 Subject: [PATCH] Add FALLBACK_LOCALE to config template --- front/dist/env-config.template.js | 1 + 1 file changed, 1 insertion(+) diff --git a/front/dist/env-config.template.js b/front/dist/env-config.template.js index 4a549c18..e672d7aa 100644 --- a/front/dist/env-config.template.js +++ b/front/dist/env-config.template.js @@ -23,4 +23,5 @@ window.env = { NODE_ENV: '${NODE_ENV}', DISABLE_ANONYMOUS: '${DISABLE_ANONYMOUS}', OPID_LOGIN_SCREEN_PROVIDER: '${OPID_LOGIN_SCREEN_PROVIDER}', + FALLBACK_LOCALE: '${FALLBACK_LOCALE}', };