prevent calling notification when not login

This commit is contained in:
2026-04-01 13:08:46 +01:00
parent 796212cba0
commit 671e2e9e38
@@ -29,10 +29,9 @@ export class NotificationRepositoryService {
this.init();
})
if(SessionStore.user.UserId) {
this.init()
if(SessionStore.user.Inactivity) {
this.init();
}
}
listenToEventNotification(): Observable<any> {