Files
zitadel/apps/login/ui/IdentityProviders.tsx

10 lines
185 B
TypeScript
Raw Normal View History

2023-04-04 15:23:14 +02:00
import { SignInWithGoogle } from "#/../../packages/zitadel-react/dist";
export default function IdentityProviders() {
return (
<div>
<SignInWithGoogle />
</div>
);
}