gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 457/459: fix


From: gnunet
Subject: [reclaim-ui] 457/459: fix
Date: Fri, 11 Jun 2021 23:29:09 +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 bd5dbd76e2163bea8e4c7f86f38796338065e61d
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Wed Apr 21 09:04:38 2021 +0200

    fix
---
 src/app/edit-identity/edit-identity.component.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/edit-identity/edit-identity.component.ts 
b/src/app/edit-identity/edit-identity.component.ts
index a6e8513..9695dd1 100644
--- a/src/app/edit-identity/edit-identity.component.ts
+++ b/src/app/edit-identity/edit-identity.component.ts
@@ -640,9 +640,9 @@ export class EditIdentityComponent implements OnInit {
       let crMetadata = {
         nonce: nonceParams.nonce,
         public_params: nonceParams.public_params,
-        issuer: encodeURIComponent(this.oauthService.issuer),
+        issuer: this.oauthService.issuer,
         id_token: this.oauthService.getIdToken(),
-        identity: this.identity.pubkey
+        identity: this.oauthService.getIdentityClaims()['sub']
       }
       this.pabcService.getCredentialRequest(crMetadata).subscribe(cr => {
         console.log("Got CR: " + JSON.stringify (cr));

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