gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 353/459: periodic running test


From: gnunet
Subject: [reclaim-ui] 353/459: periodic running test
Date: Fri, 11 Jun 2021 23:27:25 +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 3eb7e4f33f6da5a0d76abdca65c0e0c84fd62316
Author: anna wimbauer <anna.wibauer@gmx.de>
AuthorDate: Mon Oct 26 11:41:30 2020 +0100

    periodic running test
---
 src/app/identity-list/identity-list.component.ts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/app/identity-list/identity-list.component.ts 
b/src/app/identity-list/identity-list.component.ts
index 909b5d6..b36f10d 100644
--- a/src/app/identity-list/identity-list.component.ts
+++ b/src/app/identity-list/identity-list.component.ts
@@ -379,11 +379,16 @@ export class IdentityListComponent implements OnInit {
         this.closeModal('GnunetInfo');
       }
       this.connected = true;
+
+      if(undefined !== this.route.snapshot.queryParams["authz_request"]){
+        return {"redirectUrl": "http://localhost:7776"; + 
this.route.snapshot.queryParams["pathname"] + 
this.route.snapshot.queryParams["search"]};
+      }
     },
       error => {
         console.log(error);
         this.openModal('GnunetInfo');
         this.connected = false;
+        setTimeout(() => this.updateIdentities(), 20000);
       });
   }
 

-- 
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]