It looks like many of the `EmailPassword` methods ...
# contributing
i
It looks like many of the
EmailPassword
methods now return objects with `status`es that shouldn't necessarily be present. For instance,
EmailPassword.resetPasswordUsingToken
can return
{ status: "EMAIL_ALREADY_EXISTS_ERROR" }
according to TypeScript. Is that intended?
r
Hey. Ah right! This is a typing bug. Can you please open an issue about this? We will fix it.
we are releasing a fix for this today
i
Oh wow. That was fast. Should I still open the GitHub issue, then?
r
not needed!
Just released a new version of the node sdk with this fix
16.7.1
i
Awesome! Thank you!
4 Views