mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
remove chat service from login
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user