Universal login - custom login form

The starting template for a custom login page includes the line:
webAuth.redirect.signupAndLogin(
in the signup function

what is the redirect here? how do we know if/when should we be using it when we use webAuth?

Hi @fredrogers,

It looks like this functions purpose is to direct the user to redirect the user to the signup page and log them in after signing up. As seen in the docs here.

Does this help?

Thanks,
Dan

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.