mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 03:23:40 +00:00
10 lines
164 B
TypeScript
10 lines
164 B
TypeScript
import { SignInWithGoogle } from "@zitadel/react";
|
|
|
|
export default function IdentityProviders() {
|
|
return (
|
|
<div>
|
|
<SignInWithGoogle />
|
|
</div>
|
|
);
|
|
}
|