fix: Autofocus username input

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Christopher Ng 2024-05-14 15:08:39 -07:00
parent 45ba61bbfb
commit 76104aa709

View file

@ -259,6 +259,10 @@ export default {
await this.searchUserManager()
},
mounted() {
this.$refs.username?.focus?.()
},
methods: {
async createUser() {
this.loading.all = true