mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
prevent calling notification when not login
This commit is contained in:
@@ -29,10 +29,9 @@ export class NotificationRepositoryService {
|
|||||||
this.init();
|
this.init();
|
||||||
})
|
})
|
||||||
|
|
||||||
if(SessionStore.user.UserId) {
|
if(SessionStore.user.Inactivity) {
|
||||||
this.init()
|
this.init();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
listenToEventNotification(): Observable<any> {
|
listenToEventNotification(): Observable<any> {
|
||||||
|
|||||||
Reference in New Issue
Block a user