[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[reclaim-ui] 15/459: See previous commit
From: |
gnunet |
Subject: |
[reclaim-ui] 15/459: See previous commit |
Date: |
Fri, 11 Jun 2021 23:21:47 +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 2a8e9c59b8ad01b7ab17ebb766a0739b1c4979f5
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Wed Nov 28 11:21:12 2018 +0100
See previous commit
---
src/app/identity-list/identity-list.component.ts | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/app/identity-list/identity-list.component.ts
b/src/app/identity-list/identity-list.component.ts
index 2cecbad..f8a70aa 100644
--- a/src/app/identity-list/identity-list.component.ts
+++ b/src/app/identity-list/identity-list.component.ts
@@ -290,7 +290,10 @@ export class IdentityListComponent implements OnInit {
}
cancelRequest() {
- this.oidcService.cancelAuthorization()
+ this.oidcService.cancelAuthorization().subscribe(data => {
+ console.log('Request cancelled');
+ this.authorize();
+ });
}
loginIdentity(identity) {
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [reclaim-ui] branch master created (now 1617025), gnunet, 2021/06/11
- [reclaim-ui] 09/459: fix cors, gnunet, 2021/06/11
- [reclaim-ui] 08/459: change title, readme, gnunet, 2021/06/11
- [reclaim-ui] 10/459: optimised Dockerfile -> yarn running all the time (unintended), gnunet, 2021/06/11
- [reclaim-ui] 06/459: update deps, gnunet, 2021/06/11
- [reclaim-ui] 03/459: add gitignore, gnunet, 2021/06/11
- [reclaim-ui] 12/459: implemented functionality for redirecting for access_denied #2, gnunet, 2021/06/11
- [reclaim-ui] 05/459: forgot file, gnunet, 2021/06/11
- [reclaim-ui] 13/459: added error desc for access_denied, gnunet, 2021/06/11
- [reclaim-ui] 15/459: See previous commit,
gnunet <=
- [reclaim-ui] 16/459: Update README.md, gnunet, 2021/06/11
- [reclaim-ui] 01/459: Initial commit, gnunet, 2021/06/11
- [reclaim-ui] 07/459: readme update, gnunet, 2021/06/11
- [reclaim-ui] 11/459: resolved #1, gnunet, 2021/06/11
- [reclaim-ui] 04/459: add yarn lock, gnunet, 2021/06/11
- [reclaim-ui] 14/459: towards cancel ng, gnunet, 2021/06/11
- [reclaim-ui] 18/459: hash tag not needed for this image, gnunet, 2021/06/11
- [reclaim-ui] 19/459: update, gnunet, 2021/06/11
- [reclaim-ui] 20/459: Merge branch 'master' of gitlab.com:reclaimid/ui, gnunet, 2021/06/11
- [reclaim-ui] 02/459: Migrated from internal devops without history, gnunet, 2021/06/11