mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 10:14:22 +01:00
fix double entry of github copilot in auth login
This commit is contained in:
@@ -69,10 +69,6 @@ export const AuthLoginCommand = cmd({
|
|||||||
hint: priority[x.id] === 0 ? "recommended" : undefined,
|
hint: priority[x.id] === 0 ? "recommended" : undefined,
|
||||||
})),
|
})),
|
||||||
),
|
),
|
||||||
{
|
|
||||||
value: "github-copilot",
|
|
||||||
label: "GitHub Copilot",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "other",
|
value: "other",
|
||||||
label: "Other",
|
label: "Other",
|
||||||
|
|||||||
Reference in New Issue
Block a user