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