Skip to content

Commit

Permalink
Merge pull request #55 from tarentomaheshvakkund/4.8.10-firstloginenh…
Browse files Browse the repository at this point in the history
…ancements

KB-1722 - Create an API to get the user login details and raise the kafka event.
  • Loading branch information
SaipradeepR authored Jan 3, 2024
2 parents a36fe6e + cfe425d commit f22b625
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ public CompletionStage<Result> updateUserDeclarations(Http.Request httpRequest)
httpRequest);
}

public CompletionStage<Result> getUserLoggedInDetails(String userId, Http.Request httpRequest) {
public CompletionStage<Result> getUserLoggedInDetails(Http.Request httpRequest) {
return handleGetUserProfileV3(
ActorOperations.GET_USER_LOGIN_V1.getValue(),
null,
Expand Down

0 comments on commit f22b625

Please sign in to comment.