mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +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 clearStoreService: ClearStoreService,
|
||||||
private changeProfileService: ChangeProfileService,
|
private changeProfileService: ChangeProfileService,
|
||||||
public ThemeService: ThemeService,
|
public ThemeService: ThemeService,
|
||||||
private storageservice: StorageService,
|
private storageservice: StorageService
|
||||||
private chatService: ChatService,
|
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ export class AuthService {
|
|||||||
headers: HttpHeaders;
|
headers: HttpHeaders;
|
||||||
public ValidatedUser: UserSession;
|
public ValidatedUser: UserSession;
|
||||||
public wsValidatedUserChat:any;
|
public wsValidatedUserChat:any;
|
||||||
public ValidatedUserChat:any;
|
public ValidatedUserChat:any = {}
|
||||||
public isWsAuthenticated: boolean = false;
|
public isWsAuthenticated: boolean = false;
|
||||||
opts:any;
|
opts:any;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user