Skip to content

Commit 770c798

Browse files
committed
added missing password check for sign up
1 parent d58c94f commit 770c798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/attackprotectionsuite/backend-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ SuperTokens.init({
510510
const bruteForceConfig = getBruteForceConfig(email, ip, actionType);
511511

512512
// we check the anomaly detection service before calling the original implementation of signUp
513-
let securityCheckResponse = await handleSecurityChecks({ requestId, email, bruteForceConfig, actionType });
513+
let securityCheckResponse = await handleSecurityChecks({ requestId, email, password, bruteForceConfig, actionType });
514514
if(securityCheckResponse !== undefined) {
515515
return securityCheckResponse;
516516
}

0 commit comments

Comments
 (0)