How to directly link to login page

Hi @jpayne0061,

Could you expose a route that calls the login method from your auth component? I am not an angular expert, but I tried adding a login component and /login route that calls this.auth.login() on init and it directed me to universal login through a redirect.

1 Like