Fix user crossover on the bulder when no using account portal

This commit is contained in:
adrinr 2023-03-31 09:46:56 +01:00
parent 6a257bf9c3
commit ec0acadd0a
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
}
// Validate tenant if in a multi-tenant env
if (useAccountPortal && multiTenancyEnabled) {
if (multiTenancyEnabled) {
await validateTenantId()
}
} catch (error) {