Skip to content

Commit

Permalink
Merge pull request #525 from Madhuravas/develop
Browse files Browse the repository at this point in the history
MOSIP-28032 fixed activate submit button after clicking resend otp button
  • Loading branch information
aranaravi authored Oct 16, 2023
2 parents ee59202 + d239d75 commit 5008ca2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ export class DownloadUinComponent implements OnInit {
.subscribe((response) => {
if(response['response']){
this.resetBtnDisable = true;
this.submitBtnDisable = false;
this.inputDisabled = false;
}
},
Expand Down

0 comments on commit 5008ca2

Please sign in to comment.