Skip to content

Commit 95b71f0

Browse files
committed
fix: remove duplicate config value
1 parent 00b598e commit 95b71f0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

config/default.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -342,13 +342,6 @@ const config = {
342342
* and any custom pingers should have a Prefix 'Pinger-'. Such as 'Pinger-OICD', 'Pinger-shibboleth', etc.
343343
*/
344344
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',
352345
}
353346

354347
module.exports = config

0 commit comments

Comments
 (0)