gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 395/459: fix


From: gnunet
Subject: [reclaim-ui] 395/459: fix
Date: Fri, 11 Jun 2021 23:28:07 +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 6ef3b12c4c4afcb46e206c00dd60244202af12c7
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Dec 30 16:18:27 2020 +0900

    fix
---
 src/app/edit-identity/edit-identity.component.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/edit-identity/edit-identity.component.ts 
b/src/app/edit-identity/edit-identity.component.ts
index 68b6309..f2521c6 100644
--- a/src/app/edit-identity/edit-identity.component.ts
+++ b/src/app/edit-identity/edit-identity.component.ts
@@ -797,7 +797,7 @@ export class EditIdentityComponent implements OnInit {
     this.newRequestedAttribute.name = attrName;
     this.newRequestedAttribute.flag = '0';
     this.newRequestedAttribute.value = '';
-    if (this.isClaimCredentialRequested(this.newRequestedAttribute.name)) {
+    if (this.isClaimCredentialRequested(this.newRequestedAttribute)) {
       this.newRequestedAttribute.flag = '1';
       if (this.credentials.length > 0) {
         this.newRequestedAttribute.credential = this.credentials[0].id;

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