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/esm/index.js CHANGED
@@ -31606,6 +31606,7 @@ var Session = /** @class */ (function () {
31606
31606
  Storage.set(Session._first_name_key, data.first_name);
31607
31607
  Storage.set(Session._last_name_key, data.last_name);
31608
31608
  Storage.set(Session._email_key, data.email);
31609
+ Config.setAuthToken(data.token.access_token);
31609
31610
  };
31610
31611
  Session._id_key = 'user_id';
31611
31612
  Session._first_name_key = 'user_first_name';