Browse Source

fix double entry of github copilot in auth login

Dax Raad 8 months ago
parent
commit
00c4d4f9f8
1 changed files with 0 additions and 4 deletions
  1. 0 4
      packages/opencode/src/cli/cmd/auth.ts

+ 0 - 4
packages/opencode/src/cli/cmd/auth.ts

@@ -69,10 +69,6 @@ export const AuthLoginCommand = cmd({
             hint: priority[x.id] === 0 ? "recommended" : undefined,
           })),
         ),
-        {
-          value: "github-copilot",
-          label: "GitHub Copilot",
-        },
         {
           value: "other",
           label: "Other",