fix: 修复二次认证登录进入错误账号的bug

This commit is contained in:
xiaojunnuo
2025-04-28 16:57:30 +08:00
parent afd59e9933
commit e3930e0717
3 changed files with 7 additions and 2 deletions
@@ -127,6 +127,7 @@ const doAuthenticatorSave = async (form: any) => {
message: "保存成功",
});
authenticatorForm.open = false;
formState.authenticator.verified = true;
};
function onAuthenticatorEnabledChanged(value: any) {