white-judge-93493
11/02/2022, 11:11 AMsubmitSelfServiceRegistrationFlow
. But my main question is.... If in the same form can I have a "Login by google" button to use oAuth? And if yes how can I trigger that flow (on custom onClick event) somehow using @ory/client
? I see it's working only when I use @ory/elements
(from your example) and don't know how to implement it in my custom solution. I would be very grateful for your answer 🙏high-optician-2097
white-judge-93493
11/02/2022, 11:54 AMwhite-judge-93493
11/02/2022, 12:01 PMMaybe you could expand a bit why Ory elements doesn’t work for your use caseI want to have custom UI for that
steep-lamp-91158
proud-plumber-24205
11/02/2022, 12:56 PMFilterFlowNodes
2. render each "section" inside the card, a section can be "login oidc" or "login password" e.g. LoginSection
3. render any top level error messages using NodeMessages
proud-plumber-24205
11/02/2022, 12:57 PMwhite-judge-93493
11/02/2022, 1:51 PMwhite-judge-93493
11/02/2022, 3:43 PM.submitSelfServiceRegistrationFlow(flow.id, body)
using UserAuthCard
proud-plumber-24205
11/02/2022, 4:16 PMonSubmit
? and which data are you passing back?
Could you show the response message?many-microphone-43631
11/02/2022, 6:47 PMproud-plumber-24205
11/02/2022, 7:02 PM@ory/client
?
Also are you seeing the same error when running the React example using Ory Elements with your project? https://www.ory.sh/docs/getting-started/custom-ui-ory-elements
Which version of the Ory CLI are you using? Is it up to date?many-microphone-43631
11/02/2022, 7:02 PMmany-microphone-43631
11/02/2022, 7:02 PMproud-plumber-24205
11/02/2022, 7:03 PMmany-microphone-43631
11/02/2022, 7:03 PM