glitch-javascript-sdk 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -17384,6 +17384,7 @@ var Session = /** @class */ (function () {
|
|
|
17384
17384
|
Storage.set(Session._first_name_key, data.first_name);
|
|
17385
17385
|
Storage.set(Session._last_name_key, data.last_name);
|
|
17386
17386
|
Storage.set(Session._email_key, data.email);
|
|
17387
|
+
Config.setAuthToken(data.token.access_token);
|
|
17387
17388
|
};
|
|
17388
17389
|
Session._id_key = 'user_id';
|
|
17389
17390
|
Session._first_name_key = 'user_first_name';
|