bugfix: user not getting created
This commit is contained in:
parent
ca6c3d182a
commit
f3f8026e6f
|
@ -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