gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 133/459: cancel authZ by removing parameters


From: gnunet
Subject: [reclaim-ui] 133/459: cancel authZ by removing parameters
Date: Fri, 11 Jun 2021 23:23:45 +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 f7d1e91b62c984841b8e7488da0e934005d4b3ee
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Jul 16 14:20:09 2019 +0200

    cancel authZ by removing parameters
---
 src/app/open-id.service.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/open-id.service.ts b/src/app/open-id.service.ts
index dbc2f18..f6b126e 100644
--- a/src/app/open-id.service.ts
+++ b/src/app/open-id.service.ts
@@ -41,6 +41,7 @@ export class OpenIdService {
     const httpOptions = {
       withCredentials: true
     };
+    this.params = {};
     return this.http.post(this.config.get().apiUrl + '/openid/login', { 
'identity': 'Denied'}, httpOptions);
   }
 

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