lvshaokang commented on code in PR #1840:
URL: 
https://github.com/apache/incubator-streampark/pull/1840#discussion_r998032822


##########
streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/system/controller/PassportController.java:
##########
@@ -102,6 +109,46 @@ public RestResponse signin(
         return new RestResponse().data(userInfo);
     }
 
+    @PostMapping("signinbycasdoor")
+    public RestResponse signinByCasdoor(@NotBlank(message = "{required}") 
String code,
+                                        @NotBlank(message = "{required}") 
String state) throws Exception {
+        String token = "";

Review Comment:
   @jakiuncle Those are probably old codes left over, would you mind to change 
them together?



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