KindeK
Kinde2y ago
zj

custom signin/signup page

Hi im using nextjs and i was wondering where do i pass the password?

<LoginLink
className={styles.button}
authUrlParams={{
connection_id:
process.env.NEXT_PUBLIC_KINDE_CONNECTION_PASSWORD || "",
login_link: email,
}}
>

Login
</LoginLink>
Was this page helpful?