Skip to content

Commit 182c3ec

Browse files
committed
Revert "feat: logout user if idle for configured duration"
This reverts commit de6f09d. # Conflicts: # src/routes.js
1 parent 4190a56 commit 182c3ec

File tree

4 files changed

+1
-125
lines changed

4 files changed

+1
-125
lines changed

config/constants/development.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,5 @@ module.exports = {
3939
FILE_PICKER_API_KEY: process.env.FILE_PICKER_API_KEY,
4040
FILE_PICKER_CONTAINER_NAME: 'tc-challenge-v5-dev',
4141
FILE_PICKER_REGION: 'us-east-1',
42-
FILE_PICKER_CNAME: 'fs.topcoder.com',
43-
// if idle for this many minutes, show user a prompt saying they'll be logged out
44-
IDLE_TIMEOUT_MINUTES: 10,
45-
// duration to show the prompt saying user will be logged out, before actually logging out the user
46-
IDLE_TIMEOUT_GRACE_MINUTES: 5
42+
FILE_PICKER_CNAME: 'fs.topcoder.com'
4743
}

package-lock.json

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
"react-dom": "^16.7.0",
7777
"react-google-charts": "^3.0.13",
7878
"react-helmet": "^5.2.0",
79-
"react-idle-timer": "^4.6.4",
8079
"react-js-pagination": "^3.0.3",
8180
"react-popper": "^2.2.4",
8281
"react-redux": "^6.0.0",

src/styles/modal.module.scss

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)