added other white labels and changed dev whitelabel to be bxt
This commit is contained in:
parent
6dab685c2d
commit
22a892fa7b
53 changed files with 2812 additions and 3 deletions
|
|
@ -264,9 +264,9 @@ export function getWhitelabel(): WhiteLabel {
|
|||
// }
|
||||
|
||||
const hostname = window.location.hostname;
|
||||
// if (window.location.origin.includes("staging") || import.meta.env.REACT_APP_IS_STAGING) {
|
||||
// return STAGING_WHITELABEL;
|
||||
// }
|
||||
if (window.location.origin.includes("bxt-dev")) {
|
||||
return BXT_WHITE_LABEL;
|
||||
}
|
||||
const whiteLabelKeys = Array.from(whitelabels.keys());
|
||||
for (var i = 0; i < whiteLabelKeys.length; i++) {
|
||||
let key = whiteLabelKeys[i];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue