mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-17 12:42:17 +00:00
fix(plugin): scope digitalocean oauth to genai (#27599)
This commit is contained in:
parent
d353a6bc24
commit
83c145f889
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ function buildAuthorizeUrl(state: string): string {
|
|||
response_type: "token",
|
||||
client_id: DO_OAUTH_CLIENT_ID,
|
||||
redirect_uri: redirectUri(),
|
||||
scope: "read write",
|
||||
scope: "genai:create genai:read",
|
||||
state,
|
||||
})
|
||||
return `${DO_AUTHORIZE_URL}?${params.toString()}`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue