Update signUp to use named parameters
iagreen opened this issue · 1 comments
iagreen commented
Chore
Describe the chore
Update signUp to use named parameters.
Additional context
This would be a breaking change, but signIn
users named parameters, it feels inconsistent to have signUp
take a subset of the same parameters as positional instead of named.
phamhieu commented
We did that because
signIn
: email and password are optionalsignUp
: email and password are required