Commit 0589544
fix(auth): clear LiveTemplate session on password login
After setting the auth session cookie, we need to clear the LiveTemplate
session cookie to force the home page to fetch fresh state. Without this,
the cached IsLoggedIn=false state persists and the home page shows the
login button instead of logout after successful login.
This matches the behavior in HandleLogout which already clears the
LiveTemplate session.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent f93e7e1 commit 0589544
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
654 | 657 | | |
655 | 658 | | |
656 | 659 | | |
| |||
0 commit comments