Auth0 plus Capacitor plus React not recognising login

I’ve followed through Auth0’s guide for how to setup a React app using Capacitorjs to deploy to android and Auth0 for authentication. I’m actually using the sample that can be downloaded from: Auth0 Ionic & Capacitor (React) SDK Quickstarts: Login

When I click login in the app I get redirected to the Auth0 hosted login page as expected. I can then login and get redirected back into the android app but the app doesn’t register that the users logged in.

I’ve completed all the Auth0 admin settings and can see in the network logs that a bearer token is being issued. It just doesn’t seem like anything happens when the user is returned to the app.

Any ideas?