mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 02:02:23 +00:00
fallback text
This commit is contained in:
@@ -25,7 +25,7 @@ export const SignInWithApple = forwardRef<
|
||||
{children ? (
|
||||
children
|
||||
) : (
|
||||
<span className="ml-4">{name ? name : "Sign in with Google"}</span>
|
||||
<span className="ml-4">{name ? name : "Sign in with Apple"}</span>
|
||||
)}
|
||||
</button>
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user