From 9231a1fc6062140c0a2ee2af16dfa47551d58586 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:05:50 +0200 Subject: [PATCH] fix: move forgot password link below sign-in button Repositions the "Forgot password?" link from above the sign-in button to below it, matching the desired layout. Updates link style to be centered with link color instead of right-aligned muted text. Co-Authored-By: Claude Opus 4.6 (1M context) --- AGENTS.md | 2 +- ui/sign-in/src/SignInPage.module.css | 9 ++++----- ui/sign-in/src/SignInPage.tsx | 20 ++++++++++---------- 3 files changed, 15 insertions(+), 16 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index e4b55ff..80ed3c5 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,7 +1,7 @@ # GitNexus — Code Intelligence -This project is indexed by GitNexus as **cameleer-saas** (3336 symbols, 7094 relationships, 281 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely. +This project is indexed by GitNexus as **cameleer-saas** (3458 symbols, 7429 relationships, 292 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely. > If any GitNexus tool warns the index is stale, run `npx gitnexus analyze` in terminal first. diff --git a/ui/sign-in/src/SignInPage.module.css b/ui/sign-in/src/SignInPage.module.css index 77a71a9..0d6508b 100644 --- a/ui/sign-in/src/SignInPage.module.css +++ b/ui/sign-in/src/SignInPage.module.css @@ -100,13 +100,12 @@ background: none; border: none; cursor: pointer; - color: var(--text-muted); + color: var(--text-link, #C6820E); font-size: 13px; padding: 0; - text-decoration: underline; - text-align: right; - align-self: flex-end; - margin-top: -8px; + text-decoration: none; + text-align: center; + align-self: center; } .forgotLink:hover { diff --git a/ui/sign-in/src/SignInPage.tsx b/ui/sign-in/src/SignInPage.tsx index 07caece..b1e2c3c 100644 --- a/ui/sign-in/src/SignInPage.tsx +++ b/ui/sign-in/src/SignInPage.tsx @@ -351,16 +351,6 @@ export function SignInPage() { - {emailConnectorConfigured && ( - - )} - + )} + {registrationEnabled && (

Don't have an account?{' '}