2
0
Fork 0

MOBILE-3117 login: Check you entered the credentials page again

main
Pau Ferrer Ocaña 2019-08-20 09:27:27 +02:00
parent 687c0d4e41
commit ada49974f4
1 changed files with 7 additions and 0 deletions

View File

@ -81,6 +81,13 @@ export class CoreLoginCredentialsPage {
}
}
/**
* View enter.
*/
ionViewDidEnter(): void {
this.viewLeft = false;
}
/**
* View left.
*/