mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
fix saml and cli goto
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user