Hello
I’m trying to configure my tenant to be able to access the login page with these URLs:
tenant-domain/login
tenant-domain/signup
Without Custom Login Page and using loginWithRedirect({ screen_hint: ‘signup’}) works with these URLs:
tenant-domain.com/u/login
tenant-domain.com/u/signup
But when I check the Custom Login Page option I can only access to following URL:
tenant-domain/login
Is there any way to configure the access to the login in the same way that do without Custom Login Page and be able to access via tenant-domain/login & tenant-domain/signup?
Thanks in advance for the help