Hey there! I attempted to set up the one-time toke...
# ory-network
s
Hey there! I attempted to set up the one-time token flow using Ory. I also tried to tweak the appearance of the registration and login forms. Initially, I created the login flow using the function
oryClient.createLoginFlow
, which went smoothly, and I managed to customize the UI based on the response from Ory. However, when I proceeded to the next step and called the function
oryClient.updateLoginFlow
, I received the code sent to my email, but encountered a 400 error (bad request) from the Ory API. Does anyone have insight into why this might be happening? Thanks a bunch!