You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
The types for this library say that the value resolved by
signup
will be aUser
, 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?
The text was updated successfully, but these errors were encountered: