Skip to content

fix: add UTF-8 charset to OAuth callback HTML responses - #17

Merged
scottlovegrove merged 1 commit into
mainfrom
frankieyan/fix-auth-checkmark
Jan 22, 2026
Merged

fix: add UTF-8 charset to OAuth callback HTML responses#17
scottlovegrove merged 1 commit into
mainfrom
frankieyan/fix-auth-checkmark

Conversation

@frankieyan

@frankieyan frankieyan commented Jan 22, 2026

Copy link
Copy Markdown
Member

Fixed character encoding issue in OAuth callback pages where checkmark (✓) displayed as "âœ""

Before After
image image

Test plan

  • Run td auth login
  • Verify success page displays checkmark (✓) correctly in browser

The checkmark (✓) and cross (✗) characters in the auth success/error
pages displayed as mojibake in browsers due to missing charset declaration.

Add charset=utf-8 to Content-Type headers and meta charset tags to HTML.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@scottlovegrove
scottlovegrove merged commit 488fe4b into main Jan 22, 2026
6 checks passed
@scottlovegrove
scottlovegrove deleted the frankieyan/fix-auth-checkmark branch January 22, 2026 17:37
@gnapse

gnapse commented Jan 23, 2026

Copy link
Copy Markdown
Collaborator

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants