fix: clear saved creds when switching authType (#587)

This commit is contained in:
Mingholy
2025-09-12 16:34:53 +08:00
committed by GitHub
parent 4a96646732
commit adabd96a42
3 changed files with 32 additions and 1 deletions

View File

@@ -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>