From 549bcadc15e71eac2a1aa5cb2a94a71ea17b4833 Mon Sep 17 00:00:00 2001 From: C4illin Date: Fri, 24 May 2024 23:26:01 +0200 Subject: [PATCH] only show register button if possible --- src/index.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index f84bfc9..b53cc32 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -277,9 +277,11 @@ const app = new Elysia()
- - Register an account - + {ACCOUNT_REGISTRATION && ( + + Register an account + + )}