feat: support github copilot in management ui

This commit is contained in:
clstb
2026-01-17 17:20:55 +01:00
parent 93d7883513
commit b4e070697d
4 changed files with 99 additions and 0 deletions
@@ -238,6 +238,8 @@ func NormalizeOAuthProvider(provider string) (string, error) {
return "qwen", nil
case "kiro":
return "kiro", nil
case "github":
return "github", nil
default:
return "", errUnsupportedOAuthFlow
}