Closed HeyJoel closed 2 years ago
Fixed, will be released in v0.10
This is a breaking change if you are relying on the UserLoginInfoAuthenticationError
enum values, but this can easily be replaced with the codes defined in the UserValidationErrors.Authentication
constants class.
Now that our standard
ValidationError
supports error codes (which are more front-end dev friendly),UserLoginInfoAuthenticationResult
should make use ofValidationError
instead of the current enum.