mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
code refactoring
This commit is contained in:
@@ -136,7 +136,7 @@ export class LoginPage implements OnInit {
|
||||
this.changeProfileService.run();
|
||||
|
||||
this.changeProfileService.runLogin();
|
||||
this.ChatServiceService.asyncAllRoomMessage()
|
||||
this.ChatServiceService.start()
|
||||
this.getToken();
|
||||
SessionStore.setInativity(true);
|
||||
SessionStore.hasPassLogin = true;
|
||||
@@ -158,7 +158,7 @@ export class LoginPage implements OnInit {
|
||||
|
||||
this.storageService.remove("Notifications")
|
||||
|
||||
this.ChatServiceService.asyncAllRoomMessage()
|
||||
this.ChatServiceService.start()
|
||||
this.getToken();
|
||||
|
||||
if (!this.platform.is('desktop') && !this.platform.is('mobileweb')) {
|
||||
|
||||
Reference in New Issue
Block a user