lint
This commit is contained in:
parent
f6256bfbd5
commit
0edd6ffabd
|
@ -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
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue