You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 4, 2020. It is now read-only.
Currently I'm using the following schema:
However this is leading to situations which might be incorrect, but are definitely unwanted:
this.getValidationMessages('confirmPassword')[0]is empty.this.getValidationMessages('confirmPassword')[0]is also empty.How can I prevent these situations from occuring?
I have also opened an issue over at hapijs/joi#652, but it seems to be that the issue is directly related to this library.