Created
April 22, 2018 09:41
-
-
Save kettanaito/aebdab8644b36062911434b0bad63fae to your computer and use it in GitHub Desktop.
RAF - Rules analyzis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
name: { | |
confirmPassword: { | |
matches: ({ value, get }) => { | |
return (value === get(['userPassword', 'value']); | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment