hotfix for the new whitelabel not getting the correct client id

This commit is contained in:
csawatzky 2026-01-27 12:17:21 -06:00
parent b19b0337fa
commit 41aa84d28f

View file

@ -323,7 +323,8 @@ const whitelabels = new Map<string, WhiteLabel>([
["mivent", MIVENT_WHITE_LABEL],
["adaptiveconstruction", ADAPTIVE_CONSTRUCTION_WHITE_LABEL],
["omniair", OMNIAIR_WHITE_LABEL],
["mipca", MIPCA_WHITE_LABEL]
["mipca", MIPCA_WHITE_LABEL],
["mionetech", MIPCA_WHITE_LABEL]
]);
export function getWhitelabel(): WhiteLabel {