remove chat service from login

This commit is contained in:
Peter Maquiran
2022-01-14 09:58:18 +01:00
parent 56d1886f76
commit 158bfaa432
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export class AuthService {
headers: HttpHeaders;
public ValidatedUser: UserSession;
public wsValidatedUserChat:any;
public ValidatedUserChat:any;
public ValidatedUserChat:any = {}
public isWsAuthenticated: boolean = false;
opts:any;