hotfix for the new whitelabel not getting the correct client id
This commit is contained in:
parent
b19b0337fa
commit
41aa84d28f
1 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue