Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit 2193fe3

Browse files
committed
Seeing if this helps with DiceID callback
1 parent d7ed713 commit 2193fe3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/appirio/tech/core/service/identity/resource/UserResource.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1819,8 +1819,7 @@ private String sendDiceInvitation(UserDiceAttributes diceAttributes)
18191819
@POST
18201820
@Path("/dice-callback")
18211821
@Timed
1822-
public ApiResponse diceCallback(@Auth AuthUser authUser,
1823-
@Context HttpServletRequest request,
1822+
public ApiResponse diceCallback(@Context HttpServletRequest request,
18241823
@Context HttpServletResponse response)
18251824
// public ApiResponse diceCallback(@Valid PostPutRequest<DiceCallbackRequest> postRequest,
18261825
// @Context HttpServletRequest request)

0 commit comments

Comments
 (0)