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

pull/5339/head
Dillon Mulroy 2026-01-13 14:22:26 -05:00 committed by Frank
parent a520c4ff98
commit 0ddf8e6c6e
1 changed files with 1 additions and 1 deletions

View File

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