diff --git a/src/userviews/users/UserProfile/SSHUpdate.vue b/src/userviews/users/UserProfile/SSHUpdate.vue index 731462d96..e27b94bc9 100644 --- a/src/userviews/users/UserProfile/SSHUpdate.vue +++ b/src/userviews/users/UserProfile/SSHUpdate.vue @@ -46,7 +46,8 @@ export default { public_key: { el: { type: 'textarea', - placeholder: 'ssh-rsa AAAA...' + placeholder: 'ssh-rsa AAAA...', + autosize: true }, helpText: this.$t('users.HelpText.SSHKeyOfProfileSSHUpdatePage') }