MFA验证重发
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2025-01-06 14:51:06 +08:00
parent 013a657f78
commit bf95ea96e2
2 changed files with 3 additions and 3 deletions

View File

@ -179,11 +179,11 @@ export function verifyMFACode(params) {
} }
// 发送MFA邮件 // 发送MFA邮件
export function sendMFAEmail(params) { export function sendMFAEmail(data) {
return request({ return request({
url: `/User/sendMFAEmail`, url: `/User/sendMFAEmail`,
method: 'post', method: 'post',
params data
}) })
} }
// 获取公钥 // 获取公钥

View File

@ -154,7 +154,7 @@ export default {
this.timer = null; this.timer = null;
} }
let data = { let data = {
// IdentityUserId: this.form.IdentityUserId, IdentityUserId: this.form.IdentityUserId,
}; };
if (this.status === "lock") { if (this.status === "lock") {
data.MfaType = 1; data.MfaType = 1;