money-lover-app-client 1.0.2 → 1.0.3

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/bundle.js CHANGED
@@ -6496,6 +6496,9 @@ class MoneyLoverClient {
6496
6496
  }
6497
6497
  return false;
6498
6498
  }
6499
+ getToken() {
6500
+ return this._jwtToken;
6501
+ }
6499
6502
  getUserInfo() {
6500
6503
  return this._postRequest("/user/info");
6501
6504
  }