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:
hailin 2025-12-30 06:00:15 -08:00
parent 44be9c8810
commit 46aaeabb41
1 changed files with 0 additions and 5 deletions

View File

@ -143,11 +143,6 @@ export default function Transfer() {
return false;
}
if (!password) {
setError('请输入钱包密码');
return false;
}
setError('');
return true;
};