From d65ecacb1877befd4d51179d18fa1e049f5014d0 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Tue, 10 Sep 2024 09:53:17 +0200 Subject: [PATCH] ui: remove spot=true param --- frontend/app/components/Login/Login.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/Login/Login.tsx b/frontend/app/components/Login/Login.tsx index f9f3ea478..7e13373ee 100644 --- a/frontend/app/components/Login/Login.tsx +++ b/frontend/app/components/Login/Login.tsx @@ -147,8 +147,8 @@ const Login: React.FC = ({ const ssoLink = window !== window.top - ? `${window.location.origin}/api/sso/saml2?iFrame=true&spot=true` - : `${window.location.origin}/api/sso/saml2?spot=true`; + ? `${window.location.origin}/api/sso/saml2?iFrame=true` + : `${window.location.origin}/api/sso/saml2`; return (