From 508f11b5588dbedafe2aeb180c6c2ec3cd386b1c Mon Sep 17 00:00:00 2001 From: Ryan Westfall Date: Wed, 5 Aug 2026 08:59:01 -0500 Subject: [PATCH] Hide the sso buttons if registration is not allowed --- llm-fe/src/llm-fe/pages/SignIn/SignIn.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/llm-fe/src/llm-fe/pages/SignIn/SignIn.tsx b/llm-fe/src/llm-fe/pages/SignIn/SignIn.tsx index 15396f8..83fe8f4 100644 --- a/llm-fe/src/llm-fe/pages/SignIn/SignIn.tsx +++ b/llm-fe/src/llm-fe/pages/SignIn/SignIn.tsx @@ -294,11 +294,13 @@ const SignIn = (): JSX.Element => { Sign In - + {registrationEnabled && ( + + )} )}