bugfix: user not getting created

This commit is contained in:
Michael Shanks 2020-03-25 16:10:39 +00:00
parent ca6c3d182a
commit f3f8026e6f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
const response = await api.createUser(
password,
{
username,
name:username,
accessLevels,
enabled: true,
temporaryAccessId: ""