Select the username input after creating a user successfully

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2019-03-22 14:03:15 +01:00
parent eb783d0eb7
commit a719948c5c
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
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;