mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-30 04:54:25 +08:00
(fix) 修复修改密码问题 (#2060)
Co-authored-by: williamhliu <williamhliu@tencent.com>
This commit is contained in:
@@ -156,7 +156,9 @@ export const genneratorFormItemList = (itemList: ConfigParametersItem[]) => {
|
||||
|
||||
break;
|
||||
case 'password': {
|
||||
defaultItem = <Input.Password placeholder={placeholder} />;
|
||||
defaultItem = (
|
||||
<Input.Password placeholder={placeholder} visibilityToggle={name !== 'apiKey'} />
|
||||
);
|
||||
break;
|
||||
}
|
||||
case 'longText':
|
||||
|
||||
Reference in New Issue
Block a user