Commit 2499098
Fix token refresh not triggering on access token expiry
CLP API returns code 100001 ("LR access_token error") when the access
token expires after 1 hour, but the refresh logic only checked for
code 906. This caused the session to break permanently instead of
refreshing the token.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 5cf0a14 commit 2499098
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
| 434 | + | |
| 435 | + | |
435 | 436 | | |
436 | 437 | | |
437 | 438 | | |
438 | 439 | | |
439 | | - | |
| 440 | + | |
440 | 441 | | |
441 | 442 | | |
442 | | - | |
| 443 | + | |
443 | 444 | | |
444 | 445 | | |
445 | 446 | | |
| |||
0 commit comments