fix(cli): mcp auth duplicate radio button icon (#8273)
This commit is contained in:
@@ -21,7 +21,7 @@ function getAuthStatusIcon(status: MCP.AuthStatus): string {
|
|||||||
case "expired":
|
case "expired":
|
||||||
return "⚠"
|
return "⚠"
|
||||||
case "not_authenticated":
|
case "not_authenticated":
|
||||||
return "○"
|
return "✗"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user