@pod-os/elements 0.30.2-rc.8724051.0 → 0.30.2-rc.a4eda69.0

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.
@@ -4214,8 +4214,7 @@ class Session {
4214
4214
  return;
4215
4215
  }
4216
4216
  this.sessionInformation.tokenDetails = newTokens;
4217
- this.setSessionDeactivateTimeout();
4218
- this.setTokenRefreshTimeout();
4217
+ this.setSessionDetails();
4219
4218
  }, timeUntilRefresh);
4220
4219
  }
4221
4220
  /**