Merge pull request #3930 from jumpserver/pr@dev@mfa

perf: User personal settings mfa new window opens
This commit is contained in:
feng626
2024-05-15 16:41:15 +08:00
committed by GitHub

View File

@@ -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')
} }
} }
}, },