mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
updated auth url domain
This commit is contained in:
parent
7e3a770a4c
commit
cdfba1e402
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue