fix(cli): mcp auth duplicate radio button icon (#8273)
This commit is contained in:
parent
05867f9318
commit
797a56873d
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ function getAuthStatusIcon(status: MCP.AuthStatus): string {
|
||||||
case "expired":
|
case "expired":
|
||||||
return "⚠"
|
return "⚠"
|
||||||
case "not_authenticated":
|
case "not_authenticated":
|
||||||
return "○"
|
return "✗"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue