Select the username input after creating a user successfully
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
eb783d0eb7
commit
a719948c5c
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 New Issue