fix saml and cli goto

This commit is contained in:
Ruben Fiszel
2024-02-14 12:47:02 +01:00
parent fba6a7c246
commit 8dd7cedfe5

View File

@@ -241,8 +241,11 @@
variant="border"
btnClasses="mt-2 w-full !border-gray-300"
on:click={() => {
saml
window.location.href = saml
if (saml) {
window.location.href = saml
} else {
sendUserToast('No SAML login available', true)
}
}}
>
SSO