netlify/gotrue-js

`GoTrue.signup` doesn't return a valid User object

mxmul opened this issue · 0 comments

mxmul commented

The types for this library say that the value resolved by signup will be a User, but the object it returns is missing a few expected fields including .jwt().

Should the response here be wrapped in createUser, like the login method is?