mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +00:00
fix: clear saved creds when switching authType (#587)
This commit is contained in:
parent
4a96646732
commit
adabd96a42
3 changed files with 32 additions and 1 deletions
|
|
@ -321,7 +321,8 @@ const ToolInfo: React.FC<ToolInfo> = ({
|
|||
>
|
||||
<Text color={nameColor} bold>
|
||||
{name}
|
||||
</Text>{' '}
|
||||
</Text>
|
||||
<Text> </Text>
|
||||
<Text color={Colors.Gray}>{description}</Text>
|
||||
</Text>
|
||||
</Box>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue