BinyaminOriginal post
I think you should send your obejcts.value
As such
JavaScript
const promise = users.create( ID.unique(), email.value, password.value, name.value );Summary
The user had an issue with an invalid email but managed to solve it on their own. The solution involved passing the value of an object as an argument to a function.