mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
fix: always reload auth
This commit is contained in:
@@ -413,6 +413,7 @@ impl CodexMessageProcessor {
|
||||
request_id: RequestId,
|
||||
params: codex_protocol::mcp_protocol::GetAuthStatusParams,
|
||||
) {
|
||||
self.auth_manager.reload();
|
||||
let include_token = params.include_token.unwrap_or(false);
|
||||
let do_refresh = params.refresh_token.unwrap_or(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user