ui: remove spot=true param

This commit is contained in:
nick-delirium 2024-09-10 09:53:17 +02:00
parent ba7558c72c
commit d65ecacb18
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -147,8 +147,8 @@ const Login: React.FC<LoginProps> = ({
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 (
<div className="flex items-center justify-center h-screen">