mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 07:53:00 +00:00
google forwardref button
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user