mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-16 23:31:29 +00:00
[fix]修复SSHkey下载失败问题
This commit is contained in:
@@ -55,7 +55,7 @@ export default {
|
|||||||
{
|
{
|
||||||
title: this.$t('users.ResetAndDownloadSSHKey'),
|
title: this.$t('users.ResetAndDownloadSSHKey'),
|
||||||
callback: function() {
|
callback: function() {
|
||||||
window.open(`/core/users/profile/pubkey/generate/`, '_blank')
|
window.open(`/core/auth/profile/pubkey/generate/`, '_blank')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user