bugfix: user not getting created
This commit is contained in:
parent
5af53922ed
commit
0c9d6abbf0
|
@ -20,7 +20,7 @@
|
||||||
const response = await api.createUser(
|
const response = await api.createUser(
|
||||||
password,
|
password,
|
||||||
{
|
{
|
||||||
username,
|
name:username,
|
||||||
accessLevels,
|
accessLevels,
|
||||||
enabled: true,
|
enabled: true,
|
||||||
temporaryAccessId: ""
|
temporaryAccessId: ""
|
||||||
|
|
Loading…
Reference in New Issue