ui: remove spot=true param
This commit is contained in:
parent
ba7558c72c
commit
d65ecacb18
1 changed files with 2 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue