Created
April 2, 2015 20:20
-
-
Save olore/94f3eb7233eb32184011 to your computer and use it in GitHub Desktop.
what i do - before
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (Math.floor(moment.duration(expectedLogoutTime - +(new Date())).asSeconds()) <= 0) { | |
logger.info('timeout service - openDialog called but past logout time'); | |
sessionStoreService.ensureSessionIsValid(); | |
return $q.reject(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment