MFA验证重发
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
013a657f78
commit
bf95ea96e2
|
@ -179,11 +179,11 @@ export function verifyMFACode(params) {
|
|||
}
|
||||
|
||||
// 发送MFA邮件
|
||||
export function sendMFAEmail(params) {
|
||||
export function sendMFAEmail(data) {
|
||||
return request({
|
||||
url: `/User/sendMFAEmail`,
|
||||
method: 'post',
|
||||
params
|
||||
data
|
||||
})
|
||||
}
|
||||
// 获取公钥
|
||||
|
|
|
@ -154,7 +154,7 @@ export default {
|
|||
this.timer = null;
|
||||
}
|
||||
let data = {
|
||||
// IdentityUserId: this.form.IdentityUserId,
|
||||
IdentityUserId: this.form.IdentityUserId,
|
||||
};
|
||||
if (this.status === "lock") {
|
||||
data.MfaType = 1;
|
||||
|
|
Loading…
Reference in New Issue