Skip to content

Commit 6a0f208

Browse files
committed
Deploy website
Deploy website version based on 6e8e5215503adcebc7ba3d0e1b5ff909b5b313b6
1 parent efa35cc commit 6a0f208

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/validation-chain-api.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ <h3><a class="anchor" aria-hidden="true" id="bail"></a><a href="#bail" aria-hidd
9797
.bail()
9898
<span class="hljs-comment">// If username is not an email, checkBlacklistedDomain will never run</span>
9999
.custom(checkBlacklistedDomain)
100+
.bail()
100101
<span class="hljs-comment">// If username is not an email or has a blacklisted domain, checkEmailExists will never run</span>
101102
.custom(checkEmailExists);
102103
]);

0 commit comments

Comments
 (0)