Browse Source

Select the username input after creating a user successfully

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/14810/head
Christoph Wurst 7 years ago
parent
commit
a719948c5c
No known key found for this signature in database GPG Key ID: CC42AC2A7F0E56D8
  1. 2
      settings/js/vue-6.js
  2. 2
      settings/js/vue-6.js.map
  3. 1
      settings/src/components/userList.vue

2
settings/js/vue-6.js
File diff suppressed because it is too large
View File

2
settings/js/vue-6.js.map
File diff suppressed because it is too large
View File

1
settings/src/components/userList.vue

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

Loading…
Cancel
Save