Skip to content

chore(bridge): drop KYC-response console.logs#649

Merged
islandbitcoin merged 1 commit into
feat/fygarofrom
jabariennis/drop-kyc-response-logs
Jun 19, 2026
Merged

chore(bridge): drop KYC-response console.logs#649
islandbitcoin merged 1 commit into
feat/fygarofrom
jabariennis/drop-kyc-response-logs

Conversation

@islandbitcoin

Copy link
Copy Markdown
Contributor

Summary

Removes two console.log("BRIDGE INITIATE KYC RESPONSE: ", res) statements in the Bridge KYC-initiation flow:

  • app/screens/account-upgrade-flow/AccountType.tsx
  • app/screens/topup-cashout-flow/TopupCashout.tsx

Logging the raw KYC response writes sensitive identity data to the console and serves no production purpose. res is still used for error handling immediately after, so behavior is unchanged.

Scope

Note on sequencing

This targets feat/fygaro, so it needs to land here before #621 (feat/fygaro → main) is merged for the cleanup to be included. Two-line deletion; no behavior change.

🤖 Generated with Claude Code

Removes two `console.log("BRIDGE INITIATE KYC RESPONSE: ", res)` statements in
the Bridge KYC-initiation flow (AccountType.tsx, TopupCashout.tsx). Logging the
KYC response writes sensitive identity data to the console; it serves no
purpose in production. `res` is still used for error handling, so behavior is
unchanged.

Surfaced during review of #621. The transaction-details TODO stub on the
cashout success screen is intentionally left as-is.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@islandbitcoin islandbitcoin merged commit b1fee0e into feat/fygaro Jun 19, 2026
2 of 4 checks passed
@islandbitcoin islandbitcoin deleted the jabariennis/drop-kyc-response-logs branch June 19, 2026 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant