Browse Source

update redundant comment

pull/4023/head
Martin McKeaveney 5 years ago
parent
commit
878fe986b6
  1. 2
      packages/builder/src/pages/builder/_layout.svelte

2
packages/builder/src/pages/builder/_layout.svelte

@ -28,8 +28,8 @@
}
if (user && user.tenantId) {
// no tenant in the url - send to account portal to fix this
if (!urlTenantId) {
// redirect to correct tenantId subdomain
if (!window.location.host.includes("localhost")) {
let redirectUrl = window.location.href
redirectUrl = redirectUrl.replace("://", `://${user.tenantId}.`)

Loading…
Cancel
Save