@trudb/tru-common-lib 0.0.716 → 0.0.717

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.
@@ -3737,7 +3737,7 @@ class TruAuth {
3737
3737
  }
3738
3738
  userClaims() {
3739
3739
  return this.http
3740
- .post(`${this.baseUrl}${TRU_AUTH_CONFIG.authUrl}/userClaims`, null)
3740
+ .get(`${this.baseUrl}${TRU_AUTH_CONFIG.authUrl}/userClaims`)
3741
3741
  .pipe(tap((userClaims) => {
3742
3742
  this.user.create(userClaims);
3743
3743
  }));