aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings/src')
-rw-r--r--apps/settings/src/components/Users/NewUserDialog.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings/src/components/Users/NewUserDialog.vue b/apps/settings/src/components/Users/NewUserDialog.vue
index 70db2320d33..1205706153f 100644
--- a/apps/settings/src/components/Users/NewUserDialog.vue
+++ b/apps/settings/src/components/Users/NewUserDialog.vue
@@ -259,6 +259,10 @@ export default {
await this.searchUserManager()
},
+ mounted() {
+ this.$refs.username?.focus?.()
+ },
+
methods: {
async createUser() {
this.loading.all = true