telegram icon indicating copy to clipboard operation
telegram copied to clipboard

Web login: phone code needs to be trimmed

Open vranki opened this issue 6 years ago • 1 comments

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.

vranki avatar May 31 '19 09:05 vranki

Actually, looks like this is about the browser form input validation, not the backend code.

tulir avatar Jun 01 '19 19:06 tulir