rename zed

This commit is contained in:
Shreya Keshive
2026-03-03 16:07:55 -05:00
parent e29e8f0e7c
commit 754ca59ecf
10 changed files with 8 additions and 8 deletions

View File

@@ -271,7 +271,7 @@ async function initOauthClient(
await triggerPostAuthCallbacks(client.credentials);
} else {
// In Zed integration, we skip the interactive consent and directly open the browser
// In ACP mode, we skip the interactive consent and directly open the browser
if (!config.getAcpMode()) {
const userConsent = await getConsentForOauth('');
if (!userConsent) {