Fix of auto logout bug / refactored to own component
Compare changes
Files
4
frontend/src/components/AutoLogout.vue
0 → 100644
+ 92
− 0
Fixes the bug that the session would expire after a while, although the user is active. Also refactored the corresponding code into seperate component.