mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 11:27:33 +00:00
!!
This commit is contained in:
@@ -74,7 +74,7 @@ export function SignInWithIdp({
|
||||
|
||||
return (
|
||||
<div className="flex flex-col w-full space-y-2 text-sm">
|
||||
{identityProviders.length && identityProviders?.map(renderIDPButton)}
|
||||
{!!identityProviders.length && identityProviders?.map(renderIDPButton)}
|
||||
{state?.error && (
|
||||
<div className="py-4">
|
||||
<Alert>{state?.error}</Alert>
|
||||
|
Reference in New Issue
Block a user