Devendra Singh
Devendra Singh
KKinde
Created by tobiasrasmsn on 7/8/2024 in #💻┃support
With a custom signup screen, how do I ask user for first name and last name?
@Oli - Kinde issue created in react-sdk
8 replies
KKinde
Created by tobiasrasmsn on 7/8/2024 in #💻┃support
With a custom signup screen, how do I ask user for first name and last name?
this is a bad user experience, it should be supported, what's the point of having custom login signup page
8 replies
KKinde
Created by tobiasrasmsn on 7/8/2024 in #💻┃support
With a custom signup screen, how do I ask user for first name and last name?
hey, i have exact same concern, though im using react sdk, it tried passing given_name and family_name in the url params but its not working
register({
authUrlParams: {
connection_id: import.meta.env.VITE_KINDE_EMAIL_PASSWORD_CONNECTION_ID,
login_hint: email,
given_name: fname,
family_name: lname,
},
});
register({
authUrlParams: {
connection_id: import.meta.env.VITE_KINDE_EMAIL_PASSWORD_CONNECTION_ID,
login_hint: email,
given_name: fname,
family_name: lname,
},
});
8 replies