Update apps/login/app/(login)/register/success/page.tsx

Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
Max Peintner
2023-05-05 10:10:54 +02:00
committed by GitHub
parent a35395e530
commit 1118658ee3

View File

@@ -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"]}`}