bugfix: user not getting created

This commit is contained in:
Michael Shanks 2020-03-25 16:10:39 +00:00
parent 5af53922ed
commit 0c9d6abbf0
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: ""