fix(opencode): clarify Copilot login domain
This commit is contained in:
parent
5e3e1372e3
commit
5e2dc53ff9
1 changed files with 5 additions and 5 deletions
|
|
@ -205,17 +205,17 @@ export async function CopilotAuthPlugin(input: PluginInput): Promise<Hooks> {
|
|||
{
|
||||
type: "select",
|
||||
key: "deploymentType",
|
||||
message: "Select where your GitHub account is hosted",
|
||||
message: "Select GitHub login domain",
|
||||
options: [
|
||||
{
|
||||
label: "GitHub.com",
|
||||
label: "github.com",
|
||||
value: "github.com",
|
||||
hint: "Including Copilot Business or Enterprise",
|
||||
hint: "Default",
|
||||
},
|
||||
{
|
||||
label: "GitHub Enterprise host",
|
||||
label: "Custom domain",
|
||||
value: "enterprise",
|
||||
hint: "GHE.com or self-hosted",
|
||||
hint: "GHE.com or GitHub Enterprise Server",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue