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