From cdfba1e402f05e1e53287e489d31fd0af7ac6a93 Mon Sep 17 00:00:00 2001 From: pashpashpash Date: Tue, 21 Jan 2025 19:41:44 -0800 Subject: [PATCH] updated auth url domain --- src/core/webview/ClineProvider.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/webview/ClineProvider.ts b/src/core/webview/ClineProvider.ts index 1b427a82f4..e9fe64c2ee 100644 --- a/src/core/webview/ClineProvider.ts +++ b/src/core/webview/ClineProvider.ts @@ -598,8 +598,8 @@ export class ClineProvider implements vscode.WebviewViewProvider { case "accountButtonClicked": // Open browser for authentication console.log("Account button clicked in top nav bar") - console.log("Opening auth page: https://cline.bot/auth") - vscode.env.openExternal(vscode.Uri.parse('https://cline.bot/auth')) + console.log("Opening auth page: https://app.cline.bot/auth") + vscode.env.openExternal(vscode.Uri.parse('https://app.cline.bot/auth')) break case "openMcpSettings": { const mcpSettingsFilePath = await this.mcpHub?.getMcpSettingsFilePath()