google forwardref button

This commit is contained in:
peintnermax
2023-07-27 11:05:42 +02:00
parent 4116f99e68
commit 0471307564
10 changed files with 95 additions and 59 deletions

View File

@@ -1,6 +1,5 @@
import { getLegalAndSupportSettings, server } from "#/lib/zitadel";
import { SignInWithIDP } from "@zitadel/next";
import { SignInWithIDP } from "#/ui/SignInWithIDP";
export default async function Page({
searchParams,
@@ -9,6 +8,8 @@ export default async function Page({
}) {
const legal = await getLegalAndSupportSettings(server);
console.log(server);
return (
<div className="flex flex-col items-center space-y-4">
<h1>Register</h1>