From 94bfb8fc4a8aff19b623cff7cb32dac1cc79712d Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Mon, 6 Apr 2026 01:31:57 +0200 Subject: [PATCH] fix: Back to Login button navigates to /login?local to prevent auto-redirect Co-Authored-By: Claude Opus 4.6 (1M context) --- ui/src/auth/OidcCallback.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/auth/OidcCallback.tsx b/ui/src/auth/OidcCallback.tsx index 2def73f9..ccf72fcc 100644 --- a/ui/src/auth/OidcCallback.tsx +++ b/ui/src/auth/OidcCallback.tsx @@ -73,7 +73,7 @@ export function OidcCallback() { {error && ( <> {error} -