mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
fix: 修复二次认证登录进入错误账号的bug
This commit is contained in:
@@ -127,6 +127,7 @@ const doAuthenticatorSave = async (form: any) => {
|
||||
message: "保存成功",
|
||||
});
|
||||
authenticatorForm.open = false;
|
||||
formState.authenticator.verified = true;
|
||||
};
|
||||
|
||||
function onAuthenticatorEnabledChanged(value: any) {
|
||||
|
||||
Reference in New Issue
Block a user