forked from EVOgeek/Vmeda.Online
MOBILE-3117 login: Check you entered the credentials page again
parent
687c0d4e41
commit
ada49974f4
|
@ -81,6 +81,13 @@ export class CoreLoginCredentialsPage {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* View enter.
|
||||||
|
*/
|
||||||
|
ionViewDidEnter(): void {
|
||||||
|
this.viewLeft = false;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* View left.
|
* View left.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue