This commit is contained in:
Peter Maquiran
2022-12-21 10:42:25 +01:00
parent 0af70adda7
commit a98c0a85f5
2 changed files with 2 additions and 6 deletions
-3
View File
@@ -48,9 +48,6 @@ export class AuthService {
this.headers = new HttpHeaders();
if (SessionStore.exist) {
SessionStore.setInativity(true)
if(this.p.userPermission(this.p.permissionList.Chat.access) == true ) {
this.loginToChatWs()
}