object to props, fixed 1.7.3 and up from not launching

This commit is contained in:
Pierce 2019-02-08 16:59:27 -05:00
parent 0cf0c22a65
commit a1652d2398
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ function getAuth(username, password) {
client_token: uuid(),
uuid: uuid(),
name: username,
user_object: JSON.stringify({})
user_properties: JSON.stringify({})
};
resolve(user);