mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-13 13:49:07 +00:00
Merge pull request #3930 from jumpserver/pr@dev@mfa
perf: User personal settings mfa new window opens
This commit is contained in:
@@ -143,7 +143,7 @@ export default {
|
|||||||
},
|
},
|
||||||
callbacks: {
|
callbacks: {
|
||||||
click: function() {
|
click: function() {
|
||||||
window.location.href = `/core/auth/profile/mfa/`
|
window.open('/core/auth/profile/mfa/', '_blank')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user