Commit 23436e1
CloudLobster
fix: handle 401 in PendingActionBanner — show 'session expired' instead of raw error
Root cause: when JWT expires, upgrade API returns 'Missing authorization
token' which was displayed as ownership error. Now detects 401 and shows
a clear 'reconnect wallet' message.1 parent 9ac4817 commit 23436e1
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2695 | 2695 | | |
2696 | 2696 | | |
2697 | 2697 | | |
| 2698 | + | |
| 2699 | + | |
| 2700 | + | |
| 2701 | + | |
| 2702 | + | |
| 2703 | + | |
2698 | 2704 | | |
2699 | 2705 | | |
2700 | 2706 | | |
| |||
2725 | 2731 | | |
2726 | 2732 | | |
2727 | 2733 | | |
| 2734 | + | |
| 2735 | + | |
| 2736 | + | |
| 2737 | + | |
| 2738 | + | |
2728 | 2739 | | |
2729 | 2740 | | |
2730 | 2741 | | |
| |||
0 commit comments