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