Fixes #9497
This commit is contained in:
parent
1f29bd18e9
commit
179a707e29
1 changed files with 1 additions and 0 deletions
|
@ -618,6 +618,7 @@ $(document).ready(function () {
|
|||
if(!UserList.has(username)) {
|
||||
UserList.add(username, username, result.data.groups, null, 'default', result.data.storageLocation, 0, true);
|
||||
}
|
||||
$('#newusername').focus();
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue