Fix login layout

This commit is contained in:
Peter Maquiran
2021-09-02 10:12:18 +01:00
parent 36fa6b1d2a
commit 3614a2eba7
10 changed files with 301 additions and 145 deletions
+2 -2
View File
@@ -103,7 +103,8 @@ export class HomePage implements OnInit {
ngOnInit() {
/* this.network.checkNetworkConnection;
this.network.checkNetworkDisconnection; */
console.log('Active route ', this.router.url)
// console.log('Active route ', this.router.url)
if (this.platform.is('desktop') || this.platform.is('mobileweb')) {
this.webnotification.webconnection();
this.webnotification.onReceviNotificationWeb();
@@ -165,7 +166,6 @@ export class HomePage implements OnInit {
'despachos',
() => {
this.despachoRule.getList({updateStore: true})
}
)