Fix user crossover on the bulder when no using account portal
This commit is contained in:
parent
6a257bf9c3
commit
ec0acadd0a
|
@ -79,7 +79,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Validate tenant if in a multi-tenant env
|
// Validate tenant if in a multi-tenant env
|
||||||
if (useAccountPortal && multiTenancyEnabled) {
|
if (multiTenancyEnabled) {
|
||||||
await validateTenantId()
|
await validateTenantId()
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
Loading…
Reference in New Issue