Skip to content

Commit

Permalink
[MOSIP-27547] updated otp userid call
Browse files Browse the repository at this point in the history
Signed-off-by: Aiham Hasan <Aiham.Hasan@mindtree.com>
  • Loading branch information
aihamh committed Oct 26, 2023
1 parent fca346c commit 2776c12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions resident/resident-service/output.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sample PDF Content
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public ResponseEntity<MainResponseDTO<AuthNResponse>> sendOTP(
@Validated @RequestBody MainRequestDTO<OtpRequestDTOV2> userOtpRequest) throws ApisResourceAccessException, ResidentServiceCheckedException {
log.debug("ProxyOtpController::sendOTP()::entry");
ResponseEntity<MainResponseDTO<AuthNResponse>> responseEntity;
String userid = userOtpRequest.getRequest().getUserId();
String userid = userOtpRequest.getRequest().getUserId();
try {
IdentityDTO identityDTO = identityService.getIdentity(identityService.getResidentIndvidualIdFromSession());
requestValidator.validateProxySendOtpRequest(userOtpRequest, identityDTO);
Expand Down

0 comments on commit 2776c12

Please sign in to comment.