umbriel
umbriel copied to clipboard
Implements Accounts Controllers Validators
I've completely removed RequiredFieldsValidator
, CompareFieldsValidator
and ValidatorCompositor
as proposed on issue #72, and implemented the validators by controller using yup library, as suggested.
I had some issues because package.json
and yarn.lock
files conflicted due the long time of the fork, some libraries have updated... but is already solved.
The error messages adapter is already created, but it's under development and isn't been applied yet, but the validators themselves are working very well.
If approved, I'll keep implementing the others validators following the same pattern.
I've updated package.json
and yarn.lock
files, cause u updated some dependencies...