mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
refactor: remove console.log
This commit is contained in:
parent
0088489c22
commit
555e0e1108
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user