added other white labels and changed dev whitelabel to be bxt

This commit is contained in:
Carter 2025-02-27 14:41:21 -06:00
parent 6dab685c2d
commit 22a892fa7b
53 changed files with 2812 additions and 3 deletions

View file

@ -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];