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

pull/8276/head
Dillon Mulroy 2026-01-13 14:22:26 -05:00 committed by GitHub
parent 05867f9318
commit 797a56873d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ""
}
}