refactor: remove console.log

This commit is contained in:
hieptl 2025-12-22 17:05:30 +07:00
parent 0088489c22
commit 555e0e1108

View File

@ -86,7 +86,6 @@ export function AuthModal({
// Verify the token with the backend using the mutation hook
const verificationResult = await verifyRecaptcha(token);
console.log("verificationResult", verificationResult);
if (!verificationResult.success) {
setRecaptchaError(true);
return false;