gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 251/459: fix


From: gnunet
Subject: [reclaim-ui] 251/459: fix
Date: Fri, 11 Jun 2021 23:25:43 +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 600a148ba0267f67c047219413beb5aff34affb0
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Thu Jul 30 21:32:15 2020 +0200

    fix
---
 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 07cc027..cf384f8 100644
--- a/src/app/open-id.service.ts
+++ b/src/app/open-id.service.ts
@@ -106,7 +106,7 @@ export class OpenIdService {
     if (!this.inOpenIdFlow()) {
       return [];
     }
-    if (this.params['scope'] ==== "" || this.params['scope'] === undefined) {
+    if ((this.params['scope'] === "") || (this.params['scope'] === undefined)) 
{
       return [];
     }
 
@@ -120,7 +120,7 @@ export class OpenIdService {
     if (!this.inOpenIdFlow()) {
       return [];
     }
-    if (this.params['claims'] ==== "" || this.params['claims'] === undefined) {
+    if ((this.params['claims'] === "") || (this.params['claims'] === 
undefined)) {
       return [];
     }
     var scope = [];

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