perf: User personal settings mfa new window opens

This commit is contained in:
feng
2024-05-15 16:40:17 +08:00
parent 428ba49f9c
commit c19ef24ec9

View File

@@ -143,7 +143,7 @@ export default {
},
callbacks: {
click: function() {
window.location.href = `/core/auth/profile/mfa/`
window.open('/core/auth/profile/mfa/', '_blank')
}
}
},