Przeglądaj źródła

fix(cli): mcp auth duplicate radio button icon (#8273)

Dillon Mulroy 2 miesięcy temu
rodzic
commit
797a56873d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/opencode/src/cli/cmd/mcp.ts

+ 1 - 1
packages/opencode/src/cli/cmd/mcp.ts

@@ -21,7 +21,7 @@ function getAuthStatusIcon(status: MCP.AuthStatus): string {
     case "expired":
     case "expired":
       return "⚠"
       return "⚠"
     case "not_authenticated":
     case "not_authenticated":
-      return ""
+      return ""
   }
   }
 }
 }