hotfix/2.12.1.2404.02

This commit is contained in:
黎永顺 2024-04-25 16:39:58 +08:00
parent 825549595a
commit 8751c14002
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class PassSetDialog extends Component {
return group;
};
saveSecondaryPassword = async () => {
const { openRSA } = getPasswordForm();
const { openRSA } = await getPasswordForm();
const { isPassLoginPassword } = this.state;
const { form } = this.props;
const { secondaryPwd1, secondaryPwd2, validatecode, password } = form.getFormParams();