From 4f1e37022a261aa48e4b210dfd53cc046fbb28f9 Mon Sep 17 00:00:00 2001 From: OrangeM21 Date: Thu, 4 Jun 2020 12:14:50 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=E4=BF=AE=E5=A4=8DSSHkey=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/userviews/users/UserProfile/SSHUpdate.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/userviews/users/UserProfile/SSHUpdate.vue b/src/userviews/users/UserProfile/SSHUpdate.vue index 33869466f..731462d96 100644 --- a/src/userviews/users/UserProfile/SSHUpdate.vue +++ b/src/userviews/users/UserProfile/SSHUpdate.vue @@ -55,7 +55,7 @@ export default { { title: this.$t('users.ResetAndDownloadSSHKey'), callback: function() { - window.open(`/core/users/profile/pubkey/generate/`, '_blank') + window.open(`/core/auth/profile/pubkey/generate/`, '_blank') } } ]