Is this really the case when using the code-method...
# ory-network
f
Is this really the case when using the code-method for email-verification, or am I missing something? 1. It’s impossible to keep the user in the same browser window by using the code sent in the automatically triggered verification-email? (you need the
flowId
that is sent in the same email) 2. You can not disable automatic sending of verification emails when it’s enabled, meaning there is no workaround for no. 1? (otherwise you could just trigger the verification-email manually and use the generated
flowId
) If this is the case it’s creating all sorts of problems with our signup-flow, and at least no 2 seems like a weird limitation tbh.
Found my answer here: https://github.com/ory/kratos/issues/2975 Any chance you will allow us to disable autosending of the initial verification email?
h
f
Thanks 🙌