Skip to content

Commit

Permalink
Remove logging token
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Nov 30, 2023
1 parent 122981d commit ebe7d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/CaptchaProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function CaptchaProvider({ children }: { children: any }) {
try {
console.log('waiting captcha...')
token = (await captchaRef?.current.executeAsync?.()) ?? null
console.log('done captcha', token)
console.log('done captcha')
} catch (e) {
console.error('Captcha Error: ', e)
}
Expand Down

0 comments on commit ebe7d19

Please sign in to comment.