Single page application login

I don’t call any angular code once the selection is done, it’s made on a universal login page:

So all I have is the redirectUri in my auth0.WebAuth({redirectUri: ‘http://localhost:44374/vehicles’,});
and the url is added in the allowed callbacks input field:
image

In the console log of the browser (both chrome and firefox there’s nothing there) and in auth0 it just says that the login was successful.

*Edit: I should mention, it’s a NetCore app with Angular.