fuweng11 commented on code in PR #11773:
URL: https://github.com/apache/inlong/pull/11773#discussion_r1967254557
##########
inlong-dashboard/src/ui/pages/Login/index.tsx:
##########
@@ -55,6 +55,8 @@ const Comp: React.FC = () => {
const login = async () => {
const data = await form.validateFields();
+ data.username = data.username.trim();
Review Comment:
Suggest adding space verification on the login page instead of using trim.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]