fix: add change_password_add to discover confirm handler

This commit is contained in:
w940853815 2025-03-18 18:01:27 +08:00 committed by w940853815
parent 8981a8f74f
commit 082ecb15f7

View File

@ -97,7 +97,7 @@ export default {
}
this.processing = true
this.$axios.post(`/api/v1/accounts/account-risks/handle/`, data).then(() => {
if (cmd === 'add_account') {
if (cmd === 'add_account' || cmd === 'change_password_add') {
this.row.present = true
}
if (cmd === 'ignore') {