update redundant comment

This commit is contained in:
Martin McKeaveney 2021-11-09 18:16:52 +01:00
parent 7a2491b62c
commit 878fe986b6
1 changed files with 1 additions and 1 deletions

View File

@ -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}.`)