Skip to content

Commit

Permalink
feat: log mobile number when otp generated
Browse files Browse the repository at this point in the history
  • Loading branch information
tshuli committed Jun 2, 2022
1 parent 3d1d299 commit 58b4bc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/modules/verification/verification.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ export const _handleGenerateOtp: ControllerHandler<
action: 'handleGenerateOtp',
transactionId,
fieldId,
mobileNumber: answer,
...createReqMeta(req),
}
// Step 1: Ensure that the form for the specified transaction exists
Expand Down

0 comments on commit 58b4bc5

Please sign in to comment.