Merged
Ngoc Duong requested to merge
duongnn into
develop
- Confirm tries Face ID first, falls back to a passcode keypad
verified against the login API instead of always succeeding
- Restored real card/ledger balance checks on the confirm screen
- Restored the real convert API calls, previously mocked so the
flow could be previewed before login existed
- submitConversion now surfaces API errors instead of failing
silently
- Fixed passcode/success screen bugs: oversized backspace glyph,
dead ternaries, disabled-button text contrast, dead code
- tsconfig: drop redundant baseUrl (paths already resolve
relative to the tsconfig directory without it)