Skip to content

Commit

Permalink
Merge pull request #164 from aihamh/develop
Browse files Browse the repository at this point in the history
[MOSIP-23432] Added autocomplete=off in enter otp page
  • Loading branch information
mayuradesh authored Aug 17, 2023
2 parents 6c2091b + 281a869 commit 4171894
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
placeholder="{{ 'login.label_otp' | translate }}"
id="inputFieldOTP"
(input)="showVerifyBtn()"
autocomplete="off"
/>
</mat-form-field>
</div>
Expand Down

0 comments on commit 4171894

Please sign in to comment.