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:
commit
df2ee4d607
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
|
@ -357,6 +357,7 @@ export default {
|
|||
})
|
||||
.then(() => {
|
||||
this.resetForm()
|
||||
this.$refs.newusername.focus();
|
||||
})
|
||||
.catch((error) => {
|
||||
this.loading.all = false;
|
||||
|
|
Loading…
Reference in a new issue