Commit c8094ae
Fix: sync username to persistent state on auth verification
The username was stored in /tmp/assa-auth-state.json but not synced to
~/.config/assa/state.json when auth was verified from cache. This caused
x_conversations to fail with "I need your X username" even though auth
was successful.
Now verifyCachedAuth() calls setPersistentUsername() to ensure the
username is always synced to the persistent state file.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 9dc89bc commit c8094ae
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| 316 | + | |
| 317 | + | |
316 | 318 | | |
317 | 319 | | |
318 | 320 | | |
| |||
0 commit comments