Merge pull request #14810 from nextcloud/feature/create-user-select-username

Select the username input after creating a user successfully
This commit is contained in:
Roeland Jago Douma 2019-03-22 20:55:47 +01:00 committed by GitHub
commit df2ee4d607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -357,6 +357,7 @@ export default {
})
.then(() => {
this.resetForm()
this.$refs.newusername.focus();
})
.catch((error) => {
this.loading.all = false;