Hey <@498057949541826571> I am using the ThirdPart...
# support-questions-legacy
s
Hey @rp_st I am using the ThirdPartyPasswordless Recipe and i want to trigger the signIn flow from a totally custom button in a totally custom component, Is there any way to do this?
r
hey @showtim33 there is - checkout the using your own UI section in our docs and follow along.
If you are using supertokens-auth-react already, you don't need to import from supertokens-web-js (which the custom UI guide will tell you to do), but instead just import the same stuff from supertokens-web-js
s
hey that worked, thanks @rp_st
1 more question, I am using ThirdPartyPasswordless, is the email verification thing a total different recipe or do i have to use it in combination with the ThirdPartyPasswordless.
r
it's a different recipe, and you can use it alongside thirdpartypasswordless. It should be in our docs