- Issue created by @emily247
- 🇬🇷Greece dspachos
Hi! I cannot reproduce, can you please provide detailed steps on how to reproduce the issue?
This should now be fixed by other issues that were already merged into the dev repository.
- First commit to issue fork.
I've seen this issue as well but only when I have multiple tabs open. I'm getting logged out while I'm active and have multiple tabs open which was suppose to be fixed on the dev branch but I'm still seeing issues.
After doing some debugging I found that preventAutologout eventListener was not getting triggered no matter what a user does. This was my solution which seems to work and resolve all the issues experienced.
- document.body.addEventListener('preventAutologout', function (event) {
+ document.addEventListener('preventAutologout', function (event) {