Erin Toler

Results 2 issues of Erin Toler

As has been mentioned in a few other issues, when a request is made with an expired token, it would be helpful to get an "Expired token" message back. But...

Fields placed inside a `` only populate in the validator object after another field is modified. ``` const formValidator = v => { console.log(v) // Validation } Yes or no?...