mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2025-02-23 20:51:30 +03:00
object to props, fixed 1.7.3 and up from not launching
This commit is contained in:
parent
0cf0c22a65
commit
a1652d2398
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue