gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 366/459: fix


From: gnunet
Subject: [reclaim-ui] 366/459: fix
Date: Fri, 11 Jun 2021 23:27:38 +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 5f83ff8deb67d5d8a4044d33590bc531478ea1e8
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Dec 15 14:31:28 2020 +0900

    fix
---
 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 a4a85b3..d3597e7 100644
--- a/src/app/open-id.service.ts
+++ b/src/app/open-id.service.ts
@@ -60,7 +60,7 @@ export class OpenIdService {
     redirectUri += '&scope=' + this.params['scope'];
     if (this.params['claims'] !== undefined)
     {
-      redirectUri += "&claims" + this.params['claims'];
+      redirectUri += "&claims=" + this.params['claims'];
     }
     if (this.params['state'] !== undefined)
     {

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