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 b88739f0a5
commit 715689f24b
+1 -1
View File
@@ -21,7 +21,7 @@ function getAuthStatusIcon(status: MCP.AuthStatus): string {
case "expired":
return "⚠"
case "not_authenticated":
return ""
return ""
}
}