Skip to content

Commit

Permalink
don't include any STCOR-862 changes, dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Jul 15, 2024
1 parent 2d091ee commit 0b5b90f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/Root/token-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { RTRError, UnexpectedResourceError } from './Errors';
import {
RTR_ACTIVITY_EVENTS,
RTR_ERROR_EVENT,
RTR_FLS_WARNING_TTL,
RTR_IDLE_MODAL_TTL,
RTR_IDLE_SESSION_TTL,
RTR_SUCCESS_EVENT,
Expand Down Expand Up @@ -327,11 +326,5 @@ export const configureRtr = (config = {}) => {
conf.activityEvents = RTR_ACTIVITY_EVENTS;
}

// how long is the "your session is gonna die!" warning shown
// before the session is, in fact, killed?
if (!conf.fixedSessionWarningTTL) {
conf.fixedSessionWarningTTL = RTR_FLS_WARNING_TTL;
}

return conf;
};

0 comments on commit 0b5b90f

Please sign in to comment.