Hey <@498057949541826571> , we want to combine two recipe: Email-password and passwordless. Pre-buil...
r
Hey @rp_st , we want to combine two recipe: Email-password and passwordless. Pre-built UI is not available. How can we do this?
We tried to achieve the same by adding both the recipes in backend and frontend. For frontend we use this: export const PreBuiltUIList = [ EmailPasswordPreBuiltUI , PasswordlessPreBuiltUI]; Still it is picking EmailPasswordPreBuiltUI. How can we configure the logic to pick the UI out of this?
r
Yea, our pre built ui doesn’t support this. You will have to make your own ui for the sign in and sign up feature.
2 Views