gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 458/459: fix: recover properly after failed webfinger


From: gnunet
Subject: [reclaim-ui] 458/459: fix: recover properly after failed webfinger
Date: Fri, 11 Jun 2021 23:29:10 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit da5334b5862b5fbece42442bd6e98d5e5f6786ca
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Wed Apr 28 16:52:13 2021 +0200

    fix: recover properly after failed webfinger
---
 src/app/edit-identity/edit-identity.component.ts | 1 +
 1 file changed, 1 insertion(+)

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 {
     },
     error => {
       this.validImportEmail = false;
+      this.importInProgress = false;
       console.log (error);
     });
   }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]