aicam commented on code in PR #3731:
URL: https://github.com/apache/texera/pull/3731#discussion_r2352914847


##########
core/gui/src/app/common/service/user/auth.service.ts:
##########
@@ -170,8 +170,8 @@ export class AuthService {
 
   private registerAutoRefreshToken() {
     this.refreshTokenSubscription?.unsubscribe();
-    const TOKEN_REFRESH_INTERVAL_IN_MIN = 
this.config.env.expirationTimeInMinutes - 1;
-    // Token Refresh Interval set to Token Expiration Time - 1
+    const TOKEN_REFRESH_INTERVAL_IN_MIN = this.config.env.activeTimeInMinutes 
- 1;

Review Comment:
   @Sentiaus sorry, I made a mistake, the PR is in good shape, please change 
back to `this.config.env.expirationTimeInMinutes - 1; ` as @jaeyun0503 said and 
I will merge it



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to