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
|
||||
if (useAccountPortal && multiTenancyEnabled) {
|
||||
if (multiTenancyEnabled) {
|
||||
await validateTenantId()
|
||||
}
|
||||
} catch (error) {
|
||||
|
|
Loading…
Reference in New Issue