From c8afc48e465b48f6f0f1ee62bb191906e51424d1 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Mon, 12 Aug 2024 14:08:54 +0200 Subject: [PATCH] frontend: remove double separator when password auth is disabled --- frontend/src/routes/_account.index.lazy.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/src/routes/_account.index.lazy.tsx b/frontend/src/routes/_account.index.lazy.tsx index 02f24578d..b75601532 100644 --- a/frontend/src/routes/_account.index.lazy.tsx +++ b/frontend/src/routes/_account.index.lazy.tsx @@ -79,10 +79,12 @@ function Index(): React.ReactElement { )} - - {siteConfig.passwordLoginEnabled && ( - + <> + + + + )}