mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-02 07:27:01 +00:00
fix: add change_password_add to discover confirm handler
This commit is contained in:
parent
8981a8f74f
commit
082ecb15f7
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user