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