diff --git a/v2/attackprotectionsuite/backend-setup.mdx b/v2/attackprotectionsuite/backend-setup.mdx index a27e18af1..b42329dc2 100644 --- a/v2/attackprotectionsuite/backend-setup.mdx +++ b/v2/attackprotectionsuite/backend-setup.mdx @@ -510,7 +510,7 @@ SuperTokens.init({ const bruteForceConfig = getBruteForceConfig(email, ip, actionType); // we check the anomaly detection service before calling the original implementation of signUp - let securityCheckResponse = await handleSecurityChecks({ requestId, email, bruteForceConfig, actionType }); + let securityCheckResponse = await handleSecurityChecks({ requestId, email, password, bruteForceConfig, actionType }); if(securityCheckResponse !== undefined) { return securityCheckResponse; }