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 -2
View File
@@ -40,8 +40,7 @@ export class LoginPage implements OnInit {
private clearStoreService: ClearStoreService,
private changeProfileService: ChangeProfileService,
public ThemeService: ThemeService,
private storageservice: StorageService,
private chatService: ChatService,
private storageservice: StorageService
) {}
ngOnInit() {
+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;