mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-01 08:13:37 +00:00
Fix opencode auth error mapping and perf containment
This commit is contained in:
@@ -60,6 +60,7 @@ export function OpencodeSettingsTab() {
|
||||
hasApiKey: cliStatusData.auth.hasApiKey,
|
||||
hasEnvApiKey: cliStatusData.auth.hasEnvApiKey,
|
||||
hasOAuthToken: cliStatusData.auth.hasOAuthToken,
|
||||
error: cliStatusData.auth.error,
|
||||
};
|
||||
}, [cliStatusData]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user