Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
ISTE-19: Fixed forgot password issue ( #776 )
Browse files Browse the repository at this point in the history
ISTE-19: Fixed forgot password issue
  • Loading branch information
anilsingha-eGov authored Apr 24, 2024
2 parents 5c48d28 + fc40dab commit ac7bad3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ const ChangePasswordComponent = ({ config: propsConfig, t }) => {
}
const requestData = {
...data,
username:mobileNumber,

otpReference: otp,
tenantId,
type: getUserType().toUpperCase(),
Expand Down

0 comments on commit ac7bad3

Please sign in to comment.