resetPasswordForEmail data object always empty
Hey yall I currently have this peace of code:
When I do a console.log("data: " + JSON.stringify(data))
I get an empty value whether the user with that email exists in the db or not. Is that what is expected?
When I do a console.log("data: " + JSON.stringify(data))
I get an empty value whether the user with that email exists in the db or not. Is that what is expected?