Angular AuthGuard redirect to Universal Login.... Can it change?

Hello everyone.

I’m using auth0 library for angular in order to implement my login system but I’ve a question.
In the app-routing, i’m using AuthGuard and its working perfectly, so if the user is not authenticated redirects to the universal login Auth0.

BUT , can it be different? I want the user redirects to a “home” page, previous from the universal login. Is it possible? I’ve been trying to do it by overriding the method or creating my own AuthGuard but i’m having different issues.

Thank you in advance.

No one with this issue ?