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 2776c12 commit 3803adc
Showing 1 changed file with 1 addition and 1 deletion.
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 3803adc

Please sign in to comment.