GMMan / SteamNotificationsTray

Tray app that shows Steam notifications count
18 stars 4 forks source link

Enforce upper-case on login authentication codes #17

Closed RedMser closed 6 years ago

RedMser commented 6 years ago

As is the behavior in Steam's own UI (both the app and the website), entering either the mobile authenticator code, or the Steam Guard code, lower-case letters are automatically transformed to upper-case. This small UI fix makes this behavior consistent with the notification tray login dialog.

I was thinking about setting the MaxLength to 5 as well, but as Steam's own UI does not do this, it's best to leave it as it is.

GMMan commented 6 years ago

Quick note about MaxLength: backup Steam Guard codes have a different length. I think it was one or two characters longer than the usual code.