Merge remote-tracking branch 'origin/stable'

This commit is contained in:
zadam
2021-04-04 22:03:00 +02:00
14 changed files with 55 additions and 29 deletions

View File

@@ -179,6 +179,10 @@ eventService.subscribe(eventService.ENTER_PROTECTED_SESSION, () => {
}
});
eventService.subscribe(eventService.LEAVE_PROTECTED_SESSION, () => {
load();
});
module.exports = {
load
};