Skip to content

Commit

Permalink
Callback fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
HughParry committed Nov 26, 2024
1 parent ffe080e commit 2b2326d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/procaptcha-bundle/src/util/defaultCallbacks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export const getDefaultCallbacks = (element: Element) => ({
},
onReset: () => {
removeProcaptchaResponse();
reset();
console.log("Captcha widget reset");
},
});
Expand Down
1 change: 0 additions & 1 deletion packages/procaptcha-pow/src/services/Manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export const Manager = (
isHuman: false,
captchaApi: undefined,
account: undefined,
// don't handle timeout here, this should be handled by the state management
};
};

Expand Down

0 comments on commit 2b2326d

Please sign in to comment.