Skip to content

Comments

FIX: preserve original Codeforces username casing after login#10

Open
PratikBhopi wants to merge 1 commit intoKingShivamX:mainfrom
PratikBhopi:fix/username-case-handling
Open

FIX: preserve original Codeforces username casing after login#10
PratikBhopi wants to merge 1 commit intoKingShivamX:mainfrom
PratikBhopi:fix/username-case-handling

Conversation

@PratikBhopi
Copy link

Fixes : #9

Why is this change needed?

  • Codeforces handles can contain mixed-case characters, and converting them to lowercase:
  • Creates inconsistency with the official handle
  • Can confuse users when viewing profiles
  • Breaks visual identity across platforms

How it was fixed?

  • Preserved the original username casing returned by Codeforces
  • Continued using a lowercase version internally only where needed (e.g. comparisons or lookups).

Before :
image

Fixed:
image

@vercel
Copy link

vercel bot commented Jan 10, 2026

@PratikBhopi is attempting to deploy a commit to the kingshivam's projects Team on Vercel.

A member of the Team first needs to authorize it.

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.

[Bug] : Username case is not preserved after login (displayed in lowercase)

1 participant