1
0
Fork 0
mirror of synced 2024-07-01 20:41:03 +12:00
This commit is contained in:
Martin McKeaveney 2021-09-29 09:55:38 +01:00
parent e7d95f52f9
commit 4fa6540fc1

View file

@ -12,7 +12,12 @@
}
// redirect to account portal for authentication in the cloud
if (!$auth.user && $admin.cloud && $admin.accountPortalUrl && !$admin?.checklist?.sso?.checked) {
if (
!$auth.user &&
$admin.cloud &&
$admin.accountPortalUrl &&
!$admin?.checklist?.sso?.checked
) {
window.location.href = $admin.accountPortalUrl
}
})