Commit 0b41f54
fix: skip cookie auth check in CLI and lifespan when OAuth is enabled
Both cli_main.ensure_authentication_ready() and auth_lifespan validate
the LinkedIn cookie profile, causing exit(1) on Cloud Run where no
profile exists. Skip both when OAuth mode is active.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 5c5034d commit 0b41f54
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
| 342 | + | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
| 345 | + | |
345 | 346 | | |
346 | 347 | | |
347 | 348 | | |
| |||
0 commit comments