We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a059f commit efa35ccCopy full SHA for efa35cc
1 file changed
docs/next/validation-chain-api.html
@@ -97,6 +97,7 @@ <h3><a class="anchor" aria-hidden="true" id="bail"></a><a href="#bail" aria-hidd
97
.bail()
98
<span class="hljs-comment">// If username is not an email, checkBlacklistedDomain will never run</span>
99
.custom(checkBlacklistedDomain)
100
+ .bail()
101
<span class="hljs-comment">// If username is not an email or has a blacklisted domain, checkEmailExists will never run</span>
102
.custom(checkEmailExists);
103
]);
0 commit comments