fuweng11 commented on code in PR #11773:
URL: https://github.com/apache/inlong/pull/11773#discussion_r1967467125


##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/user/UserServiceImpl.java:
##########
@@ -318,7 +318,8 @@ public Boolean delete(Integer userId, String currentUser) {
      */
     @Override
     public void login(UserLoginRequest req) {
-        String username = req.getUsername();
+        String username = req.getUsername().trim();

Review Comment:
   Please delete this modification as verification logic has been added to the 
login page.



-- 
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]

Reply via email to