dominikriemer commented on code in PR #3075:
URL: https://github.com/apache/streampipes/pull/3075#discussion_r1701766130


##########
streampipes-rest/src/main/java/org/apache/streampipes/rest/impl/Authentication.java:
##########
@@ -157,4 +160,22 @@ private JwtAuthenticationResponse 
makeJwtResponse(org.springframework.security.c
     String jwt = new JwtTokenProvider().createToken(auth);
     return new JwtAuthenticationResponse(jwt);
   }
+
+  private UiOAuthSettings makeOAuthSettings() {

Review Comment:
   I added a comment to the record



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