[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.
- [reclaim-ui] 310/459: fix margins, checkboxes, (continued)
- [reclaim-ui] 310/459: fix margins, checkboxes, gnunet, 2021/06/11
- [reclaim-ui] 336/459: Translated using Weblate (English), gnunet, 2021/06/11
- [reclaim-ui] 334/459: update, gnunet, 2021/06/11
- [reclaim-ui] 340/459: Translated using Weblate (English), gnunet, 2021/06/11
- [reclaim-ui] 337/459: update en, gnunet, 2021/06/11
- [reclaim-ui] 326/459: fix compilation, gnunet, 2021/06/11
- [reclaim-ui] 316/459: add more i18n, gnunet, 2021/06/11
- [reclaim-ui] 345/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 313/459: open redirect removed, gnunet, 2021/06/11
- [reclaim-ui] 346/459: id token is credential, gnunet, 2021/06/11
- [reclaim-ui] 353/459: periodic running test,
gnunet <=
- [reclaim-ui] 347/459: Merge branch 'master' of gitlab.com:reclaimid/ui, gnunet, 2021/06/11
- [reclaim-ui] 329/459: towards better i18n, gnunet, 2021/06/11
- [reclaim-ui] 359/459: prettify button, gnunet, 2021/06/11
- [reclaim-ui] 343/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 352/459: update, gnunet, 2021/06/11
- [reclaim-ui] 315/459: add localize package, gnunet, 2021/06/11
- [reclaim-ui] 357/459: reduce update time, gnunet, 2021/06/11
- [reclaim-ui] 319/459: internationalization finished, gnunet, 2021/06/11
- [reclaim-ui] 360/459: clean up, gnunet, 2021/06/11
- [reclaim-ui] 372/459: fix defaults loading, gnunet, 2021/06/11