mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-17 12:40:28 +03:00
fix sso login without identity providers (#1934)
This commit is contained in:
parent
c6a8fb1117
commit
09444f9e08
4 changed files with 72 additions and 63 deletions
|
|
@ -76,9 +76,7 @@ export function Login() {
|
|||
<SSOLogin
|
||||
providers={parsedFlows.sso.identity_providers}
|
||||
redirectUrl={ssoRedirectUrl}
|
||||
asIcons={
|
||||
parsedFlows.password !== undefined && parsedFlows.sso.identity_providers.length > 2
|
||||
}
|
||||
saveScreenSpace={parsedFlows.password !== undefined}
|
||||
/>
|
||||
<span data-spacing-node />
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue