mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 17:48:40 -04:00
fix: Autofocus username input
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
45ba61bbfb
commit
76104aa709
1 changed files with 4 additions and 0 deletions
|
|
@ -259,6 +259,10 @@ export default {
|
|||
await this.searchUserManager()
|
||||
},
|
||||
|
||||
mounted() {
|
||||
this.$refs.username?.focus?.()
|
||||
},
|
||||
|
||||
methods: {
|
||||
async createUser() {
|
||||
this.loading.all = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue