From da505de50af8ea27606d350bc63b634e1c3fb433 Mon Sep 17 00:00:00 2001 From: Alessandro <155005371+3clyp50@users.noreply.github.com> Date: Thu, 2 Jul 2026 16:53:18 +0200 Subject: [PATCH] fix: prevent stale OAuth model provider selection Render the OAuth model provider select as unchosen when the stored model slot still points at a non-connected or non-OAuth provider. This avoids showing Codex/ChatGPT as selected while the model input remains disabled, keeping account-backed model selection explicit. --- plugins/_oauth/webui/config.html | 2 +- tests/test_oauth_static.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/_oauth/webui/config.html b/plugins/_oauth/webui/config.html index c6153d7be..72177d99d 100644 --- a/plugins/_oauth/webui/config.html +++ b/plugins/_oauth/webui/config.html @@ -217,7 +217,7 @@