zhuangchong commented on code in PR #23:
URL: 
https://github.com/apache/incubator-seatunnel-web/pull/23#discussion_r1113845217


##########
seatunnel-server/seatunnel-app/src/main/java/org/apache/seatunnel/app/service/impl/UserServiceImpl.java:
##########
@@ -78,7 +80,8 @@ public AddUserRes add(AddUserReq addReq) {
         res.setId(userId);
 
         // 3. add to role
-        roleServiceImpl.addUserToRole(userId, addReq.getType().intValue());
+        // TODO waiting for optimization

Review Comment:
   There is no role configuration in the user management function of the 
front-end prototype file, I suggest that the back-end first comment this part.



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