From ce92a6f1e7a9101e04a2e5e19afe644c1854f64f Mon Sep 17 00:00:00 2001 From: Chen Wang Date: Thu, 4 Apr 2024 10:47:56 -0500 Subject: [PATCH] Hide register for now (#990) * direct register still doesn't quite work; register from keycloak works * direct register still doesn't quite work; register from keycloak works --- frontend/src/components/Layout.tsx | 6 +++--- frontend/src/components/PublicLayout.tsx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index 7b13a1649..f88a4ec9b 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -187,9 +187,9 @@ export default function PersistentDrawerLeft(props) { {loggedOut ? ( <> - - Register - + {/**/} + {/* Register*/} + {/**/} Login diff --git a/frontend/src/components/PublicLayout.tsx b/frontend/src/components/PublicLayout.tsx index 040aa9cd1..e448fdc2d 100644 --- a/frontend/src/components/PublicLayout.tsx +++ b/frontend/src/components/PublicLayout.tsx @@ -159,9 +159,9 @@ export default function PersistentDrawerLeft(props) { - - Register - + {/**/} + {/* Register*/} + {/**/} Login