fix auth store debug redaction

This commit is contained in:
starr-openai
2026-06-03 00:53:52 -07:00
parent 3d5cab1817
commit a261e97647

View File

@@ -1269,7 +1269,6 @@ impl Debug for AuthManager {
f.debug_struct("AuthManager")
.field("inner", &self.inner)
.field("enable_codex_api_key_env", &self.enable_codex_api_key_env)
.field("stores", &self.stores)
.field(
"forced_chatgpt_workspace_id",
&self.forced_chatgpt_workspace_id,