telegram
telegram copied to clipboard
Web login: phone code needs to be trimmed
The "Phone code:" field expects a number, but the entered text is not trimmed before checking for numberness. If you copy-paste a string with whitespace (" 12345") it'll complain "Please enter a number" confusing the poor user.
Actually, looks like this is about the browser form input validation, not the backend code.