aboutsummaryrefslogtreecommitdiff
path: root/src/app/edit-identity/edit-identity.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/edit-identity/edit-identity.component.ts')
-rw-r--r--src/app/edit-identity/edit-identity.component.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/edit-identity/edit-identity.component.ts b/src/app/edit-identity/edit-identity.component.ts
index 9695dd1..3ce9978 100644
--- a/src/app/edit-identity/edit-identity.component.ts
+++ b/src/app/edit-identity/edit-identity.component.ts
@@ -864,6 +864,7 @@ export class EditIdentityComponent implements OnInit {
864 }, 864 },
865 error => { 865 error => {
866 this.validImportEmail = false; 866 this.validImportEmail = false;
867 this.importInProgress = false;
867 console.log (error); 868 console.log (error);
868 }); 869 });
869 } 870 }