diff --git a/frontend/src/routes/_account.index.lazy.tsx b/frontend/src/routes/_account.index.lazy.tsx index 02f24578..b7560153 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 && ( - + <> + + + + )}