"Create password" after OTP signup
Hello, I would like my app to allow users to sign up using OTP, which is working perfectly with the OTP plugin. However, I would also like users to have the option to create a password for their account after signing up, so they can log in later using email and password as well.
But I noticed that when a user signs up with OTP, no record is created in the
But I noticed that when a user signs up with OTP, no record is created in the
accounts table, so I'm unsure about the best way to allow this user to "create a password." Is it possible to do this through the authClient, or would I need to implement my own logic for that?