Hello, another question: I am following the multifactor auth docmentation:
https://supertokens.com/docs/mfa/backend/first-factor
Upon completing the first factor according, that user while the 2FA session variable is correctly set to False, that user still get's created in the database for whatever this first factor recipe is. This means that if a user fails to complete the second factor when first signing up, then if they try to sign up again later, they will not be able to as the user will already exist even though they have not completed sign up the whole way through at this point. This seems like a substantial problem. Is there a way around this?