changed the localhost whitelabel to use the staging whitelabel
This commit is contained in:
parent
b5adba8f93
commit
74e7371792
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ export function getWhitelabel(): WhiteLabel {
|
||||||
return BXT_WHITE_LABEL;
|
return BXT_WHITE_LABEL;
|
||||||
}
|
}
|
||||||
if (window.location.origin.includes("localhost")) {
|
if (window.location.origin.includes("localhost")) {
|
||||||
return MIPCA_WHITE_LABEL;
|
return STAGING_WHITELABEL;
|
||||||
}
|
}
|
||||||
if (window.location.origin.includes("staging") || import.meta.env.VITE_LOCAL_STAGING=='true') {
|
if (window.location.origin.includes("staging") || import.meta.env.VITE_LOCAL_STAGING=='true') {
|
||||||
return STAGING_WHITELABEL;
|
return STAGING_WHITELABEL;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue