From 1a4ae5b49b83ade2505047118bcd0b293e0772cd Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Sat, 25 Apr 2026 20:03:04 +0200 Subject: [PATCH] fix: style signed-out page to match sign-in UI Use same layout as SignInPage: bg-base background, 400px card, Cameleer logo with text header, matching font sizes and spacing. Co-Authored-By: Claude Opus 4.6 (1M context) --- ui/src/auth/LoginPage.tsx | 49 ++++++++++++++++++++++++--------------- 1 file changed, 30 insertions(+), 19 deletions(-) diff --git a/ui/src/auth/LoginPage.tsx b/ui/src/auth/LoginPage.tsx index ae19012..3ca6e12 100644 --- a/ui/src/auth/LoginPage.tsx +++ b/ui/src/auth/LoginPage.tsx @@ -33,26 +33,37 @@ export function LoginPage() { if (signedOut && !isAuthenticated) { return ( -
-
- -
- -

Signed out

-

- You have been signed out successfully. -

- +
+ +
+
+ + Cameleer
- -
+

+ You have been signed out successfully. +

+ +
+ +
); }