Add FALLBACK_LOCALE to config template
This commit is contained in:
parent
4108076373
commit
78a020576f
1
front/dist/env-config.template.js
vendored
1
front/dist/env-config.template.js
vendored
@ -23,4 +23,5 @@ window.env = {
|
|||||||
NODE_ENV: '${NODE_ENV}',
|
NODE_ENV: '${NODE_ENV}',
|
||||||
DISABLE_ANONYMOUS: '${DISABLE_ANONYMOUS}',
|
DISABLE_ANONYMOUS: '${DISABLE_ANONYMOUS}',
|
||||||
OPID_LOGIN_SCREEN_PROVIDER: '${OPID_LOGIN_SCREEN_PROVIDER}',
|
OPID_LOGIN_SCREEN_PROVIDER: '${OPID_LOGIN_SCREEN_PROVIDER}',
|
||||||
|
FALLBACK_LOCALE: '${FALLBACK_LOCALE}',
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user