mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 18:22:12 +00:00
Update apps/login/app/(login)/register/success/page.tsx
Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
@@ -9,7 +9,7 @@ type Props = {
|
|||||||
export default async function Page({ searchParams }: Props) {
|
export default async function Page({ searchParams }: Props) {
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col items-center space-y-4">
|
<div className="flex flex-col items-center space-y-4">
|
||||||
<h1>Register successful</h1>
|
<h1>Registration successful</h1>
|
||||||
<p className="ztdl-p">You are registered.</p>
|
<p className="ztdl-p">You are registered.</p>
|
||||||
|
|
||||||
{`userId: ${searchParams["userid"]}`}
|
{`userId: ${searchParams["userid"]}`}
|
||||||
|
|||||||
Reference in New Issue
Block a user