Commit 079c815
committed
fix: point credits funding at the /agent page
The credits funding handoff opened wallet.tempo.xyz/?action=fund&intent=credits.
Now that agent payments live on a dedicated /agent page (wallet-next #549), point
the `fund --credits` handoff at /agent?action=fund&intent=credits so it lands on —
and auto-opens the deposit dialog on — that page. Other fund targets are unchanged.1 parent ab4607f commit 079c815
3 files changed
Lines changed: 13 additions & 3 deletions
File tree
- .changelog
- crates/tempo-wallet
- src/commands/fund
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
302 | 307 | | |
303 | 308 | | |
304 | 309 | | |
| |||
517 | 522 | | |
518 | 523 | | |
519 | 524 | | |
520 | | - | |
| 525 | + | |
521 | 526 | | |
522 | 527 | | |
523 | 528 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
776 | 776 | | |
777 | 777 | | |
778 | 778 | | |
779 | | - | |
| 779 | + | |
780 | 780 | | |
781 | 781 | | |
782 | 782 | | |
| |||
0 commit comments