mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2025-02-23 20:51:30 +03:00
woops, change json parse down here to
This commit is contained in:
parent
a2e166dfe1
commit
8e3d6751ae
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ function refreshAuth(accessToken, clientToken, selectedProfile) {
|
|||
client_token: uuid(),
|
||||
uuid: body.selectedProfile.id,
|
||||
name: body.selectedProfile.name,
|
||||
user_properties: JSON.stringify((body.user || {}).properties || {})
|
||||
user_properties: JSON.stringify(body.user.properties || {})
|
||||
};
|
||||
|
||||
resolve(userProfile);
|
||||
|
|
Loading…
Add table
Reference in a new issue