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

This commit is contained in:
Dillon Mulroy
2026-01-13 14:22:26 -05:00
committed by Frank
parent a520c4ff98
commit 0ddf8e6c6e

View File

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