mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
Remove relevant console log,
This commit is contained in:
@@ -48,7 +48,7 @@ export class LoginPage implements OnInit {
|
||||
|
||||
ngOnInit() {
|
||||
this.storageservice.get('theme').then((theme) =>{
|
||||
console.log('LOGIN THEME',theme)
|
||||
|
||||
this.ThemeService.setTheme(theme)
|
||||
})
|
||||
}
|
||||
@@ -133,7 +133,7 @@ export class LoginPage implements OnInit {
|
||||
|
||||
this.changeProfileService.run();
|
||||
|
||||
console.log(attempt.ChatData)
|
||||
|
||||
if(attempt.ChatData){
|
||||
await this.authService.loginChat(attempt.ChatData.data);
|
||||
await this.authService.loginToChatWs();
|
||||
|
||||
Reference in New Issue
Block a user