Skip to content

Commit

Permalink
Abha changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitrali-r committed Jul 12, 2023
2 parents b9b4d98 + 9b1c531 commit 0a69a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,5 @@ <h5 class="modal-title">Modal title</h5>
</div>
</div>



</div>

2 changes: 2 additions & 0 deletions donor-registry/src/app/forms/types/verify-identity-no.type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ export class VerifyIndentityCode extends FieldType {
this.err401 = true;
this.err429 = false;
this.optVal = "";
this.err409 = false;
}
if( error?.error['status'] == '429')
{
Expand All @@ -201,6 +202,7 @@ export class VerifyIndentityCode extends FieldType {
this.isIdentityNo = true;
this.err401 = false;
this.err429 = true;
this.err409 = false;

}
if (error?.error['status'] == '409') {
Expand Down

0 comments on commit 0a69a6e

Please sign in to comment.