Page MenuHomePhabricator

[token-server] Improve recaptcha handling
ClosedPublic

Authored by bytesofman on Oct 3 2024, 22:13.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC6a3ec8fdc5f4: [token-server] Improve recaptcha handling
Summary

Useful to see failed recaptchas in the logs. Also, no need to check validity of recaptcha if we do not get a recaptcha token.

Test Plan

npm test

Diff Detail

Repository
rABC Bitcoin ABC
Branch
recaptcha-debug-log
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 30495
Build 60507: Build Difftoken-server-tests
Build 60506: arc lint + arc unit

Event Timeline

bytesofman published this revision for review.Oct 3 2024, 22:14
PiRK added a subscriber: PiRK.

in the summary of the diff, did you mean "if we do not get a token" ? Otherwise looks good

This revision is now accepted and ready to land.Oct 4 2024, 07:34