Skip to content

fix: Add pre-render auth check in App.razor#110

Merged
xjanova merged 1 commit intomainfrom
claude/fix-github-actions-Lm9kt
Jan 7, 2026
Merged

fix: Add pre-render auth check in App.razor#110
xjanova merged 1 commit intomainfrom
claude/fix-github-actions-Lm9kt

Conversation

@xjanova
Copy link
Owner

@xjanova xjanova commented Jan 7, 2026

  • Move auth check to head section (runs before page renders)
  • Use window.location.replace for cleaner redirect
  • Prevents flash of authenticated content before redirect
  • Check runs synchronously before Blazor loads

- Move auth check to head section (runs before page renders)
- Use window.location.replace for cleaner redirect
- Prevents flash of authenticated content before redirect
- Check runs synchronously before Blazor loads
@github-actions github-actions bot added bug Something isn't working api labels Jan 7, 2026
@xjanova xjanova merged commit 4b9f769 into main Jan 7, 2026
7 checks passed
@xjanova xjanova deleted the claude/fix-github-actions-Lm9kt branch January 7, 2026 10:21
@xjanova xjanova restored the claude/fix-github-actions-Lm9kt branch January 7, 2026 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants