gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 85/459: fix client name check #2


From: gnunet
Subject: [reclaim-ui] 85/459: fix client name check #2
Date: Fri, 11 Jun 2021 23:22:57 +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 1b8f717dcb2b88d0f548d2791fab63439a43f1d2
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Jun 25 19:36:30 2019 +0200

    fix client name check #2
---
 src/app/identity-list/identity-list.component.ts | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/app/identity-list/identity-list.component.ts 
b/src/app/identity-list/identity-list.component.ts
index 276fbf4..5f235c5 100644
--- a/src/app/identity-list/identity-list.component.ts
+++ b/src/app/identity-list/identity-list.component.ts
@@ -116,13 +116,12 @@ export class IdentityListComponent implements OnInit {
   confirmRevoke(ticket) { this.showConfirmRevoke = ticket; }
 
   hideConfirmDelete() { this.showConfirmDelete = null; }
-  
+
   hideConfirmRevoke() { this.showConfirmRevoke = null; }
 
   getClientName()
   {
     this.clientName = "-";
-    this.clientName = this.oidcService.getClientId();
     this.gnsService.getClientName(this.oidcService.getClientId())
         .subscribe(record => {
           var records = record.data;

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