In app we allows user to use emai-password and passwordlles login types.
When user try to reset password we use webAuth.changePassword( connection: , email: <user_email>), but how can we know what type of connection this user use - ‘email’ or ‘Username-Password-Authentication’? We don’t want to send reset password link to passwordless user.