fix(service-party-app): remove password validation in transfer form
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
44be9c8810
commit
46aaeabb41
|
|
@ -143,11 +143,6 @@ export default function Transfer() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!password) {
|
|
||||||
setError('请输入钱包密码');
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
setError('');
|
setError('');
|
||||||
return true;
|
return true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue