mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 20:22:18 +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) {
|
||||
return (
|
||||
<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>
|
||||
|
||||
{`userId: ${searchParams["userid"]}`}
|
||||
|
||||
Reference in New Issue
Block a user