gnunet-svn
[Top][All Lists]
Advanced

[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.



reply via email to

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