diff --git a/donor-registry/src/app/forms/types/verify-identity-no.type.html b/donor-registry/src/app/forms/types/verify-identity-no.type.html index 7aa29e72..a3fbf3f4 100644 --- a/donor-registry/src/app/forms/types/verify-identity-no.type.html +++ b/donor-registry/src/app/forms/types/verify-identity-no.type.html @@ -152,7 +152,5 @@ - - diff --git a/donor-registry/src/app/forms/types/verify-identity-no.type.ts b/donor-registry/src/app/forms/types/verify-identity-no.type.ts index d7e425f9..e1421a5d 100644 --- a/donor-registry/src/app/forms/types/verify-identity-no.type.ts +++ b/donor-registry/src/app/forms/types/verify-identity-no.type.ts @@ -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') { @@ -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') {