Hi all, If I'm using self-serviced settings flow i...
# ory-network
c
Hi all, If I'm using self-serviced settings flow is there a way to disable both totp and lookup_secrets with one request? the Ory copilot suggested this payload:
Copy code
{{
  "csrf_token": "token",
  "method": "lookup_secret",
  "lookup_secret_disable": true,
  "totp_disable": true
}}
But this only disables the TOTP. Thank you!
Hey @magnificent-energy-493, can I get some info on this? Thank you!