gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 378/459: update


From: gnunet
Subject: [reclaim-ui] 378/459: update
Date: Fri, 11 Jun 2021 23:27:50 +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 fec52d85fd23f776b0e3b9dede8635c69e14b24a
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Dec 25 22:37:41 2020 +0900

    update
---
 src/app/open-id.service.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/open-id.service.ts b/src/app/open-id.service.ts
index 7f38cd9..d8e0711 100644
--- a/src/app/open-id.service.ts
+++ b/src/app/open-id.service.ts
@@ -178,9 +178,9 @@ export class OpenIdService {
   }
 
   isClaimsMissing(attributes: Attribute[], claims: Object): boolean {
-    for (let attr of attributes) {
+    for (let claim in claims) {
       var found = false;
-      for (let claim in claims) {
+      for (let attr of attributes) {
         if (attr.name === claim) {
           found = 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]