From d9c6f09a411fbe015969f772c1d414f5508ed4da Mon Sep 17 00:00:00 2001 From: aaldebs99 Date: Fri, 12 Dec 2025 18:18:19 +0000 Subject: [PATCH] chore(frontend): hide OIDC divider when OIDC is disabled --- frontend/src/components/Auth/Login.tsx | 54 +++++++++++++------------- 1 file changed, 28 insertions(+), 26 deletions(-) diff --git a/frontend/src/components/Auth/Login.tsx b/frontend/src/components/Auth/Login.tsx index 9fe0ffc..c145fb1 100644 --- a/frontend/src/components/Auth/Login.tsx +++ b/frontend/src/components/Auth/Login.tsx @@ -335,35 +335,37 @@ const Login: React.FC = () => { {loading ? t('auth.signingIn') : t('auth.signIn')} - - - {t('common.or')} - - + + {t('common.or')} + + + )} )}