From baae4e8207df2de08455c41e13fd8fd2d9f9f6d8 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 31 Jul 2025 00:08:11 +0200 Subject: [PATCH] Hide dev message --- app/register/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/register/page.tsx b/app/register/page.tsx index b3f58ae..1f01aec 100644 --- a/app/register/page.tsx +++ b/app/register/page.tsx @@ -143,11 +143,11 @@ function RegisterComponent() { ) : (
-

- The project is still in development. You can sign up if you want to test it, but your account - may be deleted at any time. To get release updates, fill in this form. -

+ {/*

*/} + {/* The project is still in development. You can sign up if you want to test it, but your account*/} + {/* may be deleted at any time. To get release updates, fill in this form.*/} + {/*

*/}

Create your account