Ionic 2 page doesn't update after Auth0 successful login

I’ve successfully configured Auth0 in my Ionic 2 app using this tutorial: https://auth0.com/docs/quickstart/native/ionic2/01-login

After login, when auth0 redirects back to the app, the page doesn’t change its content based on the new value of auth.isAuthenticated(). I have to go to another page and then go back to the original page for the changes to take place.

I’ve checked and the method ionViewDidEnter() doesn’t execute when the login finishes, so I don’t know what should I do to make sure that page refreshes after login.