gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 177/459: fix getter


From: gnunet
Subject: [reclaim-ui] 177/459: fix getter
Date: Fri, 11 Jun 2021 23:24:29 +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 c4408ffa4f7750e31fc75337aceeb272e984660f
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Mon Jan 20 15:43:26 2020 +0100

    fix getter
---
 src/app/open-id.service.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/open-id.service.ts b/src/app/open-id.service.ts
index 1151915..840f19d 100644
--- a/src/app/open-id.service.ts
+++ b/src/app/open-id.service.ts
@@ -117,7 +117,7 @@ export class OpenIdService {
       return [];
     }
     var scope = [];
-    var json = JSON.parse(this.params.get('claims'))['userinfo'];
+    var json = JSON.parse(this.params['claims'])['userinfo'];
     for(var key in json)
     {
       if (json[key]['attestation'] === true)

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