KindeK
Kinde16mo ago
11 replies
kisonay

Custom Sign Up From Not Working As Expected

I've created a custom sign in form, and that works well, it collects an email and redirect to enter the OTP. I'm having trouble doing the same with sign up form. I'm using this code to invoke the sign up:

const { register } = useKindeAuth();
register({
      authUrlParams: {
        login_hint: username,
        connection_id: "conn_xxxx",
      },
    })


When the form is submitted, I'm brought to a page that indicates that a OTP was sent to the username, not the screen that requests that an email be entered. Am I missing something?
Was this page helpful?