forked from EVOgeek/Vmeda.Online
MOBILE-4362 login: Return after navigation
parent
1b49dc8c56
commit
214a95ba75
|
@ -47,6 +47,8 @@ export class CoreLoginSitesPage implements OnInit {
|
||||||
async ngOnInit(): Promise<void> {
|
async ngOnInit(): Promise<void> {
|
||||||
if (CoreNavigator.getRouteBooleanParam('openAddSite')) {
|
if (CoreNavigator.getRouteBooleanParam('openAddSite')) {
|
||||||
this.add();
|
this.add();
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.accountsList = await CoreLoginHelper.getAccountsList();
|
this.accountsList = await CoreLoginHelper.getAccountsList();
|
||||||
|
|
Loading…
Reference in New Issue