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


##########
core/gui/src/app/dashboard/component/admin/user/admin-user.component.ts:
##########
@@ -190,8 +190,8 @@ export class AdminUserComponent implements OnInit {
     if (!user.lastLogin) {
       return false;
     }
-    // Active window set to expiration-in-minutes from auth.conf
-    const active_window = this.config.env.expirationTimeInMinutes * 60 * 1000;
+    // Active window set to active-time-in-minutes from auth.conf

Review Comment:
   This parameter comes from gui.conf not auth.conf



-- 
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