Files
zitadel/apps/login/ui/IdentityProviders.tsx
Max Peintner ed1ab86e69 core
2023-04-13 13:26:02 +02:00

10 lines
164 B
TypeScript

import { SignInWithGoogle } from "@zitadel/react";
export default function IdentityProviders() {
return (
<div>
<SignInWithGoogle />
</div>
);
}