Skip to content

Commit efa35cc

Browse files
committed
Deploy website
Deploy website version based on b28fed971552c7a96c524d7e4e4e324a59279dd0
1 parent d2a059f commit efa35cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/next/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)