Nostradongus / AGC-Print

2 stars 1 forks source link

US#9 Profile does not display when there is a space in the username #31

Closed JulCL123 closed 3 years ago

JulCL123 commented 3 years ago

Summary : When accessing a specific user profile on the admin side, the user profile of those with a space in their username (e.g. "hello " or " hello") does not display properly. The details displayed will be blank.

User Story : 9

jason-9601 commented 3 years ago

Maybe we could disallow spaces in the username register to prevent this issue.

Nostradongus commented 3 years ago

Resolved! Added vue's automatic whitespace trimming to avoid whitespaces from left and right of an input text (except the middle, such as between two words)