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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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