We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b598e commit 95b71f0Copy full SHA for 95b71f0
config/default.js
@@ -342,13 +342,6 @@ const config = {
342
* and any custom pingers should have a Prefix 'Pinger-'. Such as 'Pinger-OICD', 'Pinger-shibboleth', etc.
343
*/
344
CUSTOM_SESSION_PINGER: 'Pinger-default',
345
-
346
- /**
347
- * Custom session pinger hook to use. The pinger is used to check if the login session is still valid.
348
- * The pinger hooks reside in src/client/hooks/pinger direcotry. The default pinger is 'Pinger-default'
349
- * and any custom pingers should have a Prefix 'Pinger-'. Such as 'Pinger-OICD', 'Pinger-shibboleth', etc.
350
- */
351
- CUSTOM_SESSION_PINGER: 'Pinger-default',
352
}
353
354
module.exports = config
0 commit comments