gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 182/459: actually add references to request


From: gnunet
Subject: [reclaim-ui] 182/459: actually add references to request
Date: Fri, 11 Jun 2021 23:24:34 +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 b69a359b99d9fb30236363a8f9ebd7ab9f8fe1ed
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Mon Jan 20 16:26:25 2020 +0100

    actually add references to request
---
 src/app/identity-list/identity-list.component.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/identity-list/identity-list.component.ts 
b/src/app/identity-list/identity-list.component.ts
index 51e81e9..f50c415 100644
--- a/src/app/identity-list/identity-list.component.ts
+++ b/src/app/identity-list/identity-list.component.ts
@@ -186,6 +186,7 @@ export class IdentityListComponent implements OnInit {
   }
 
   loginIdentity(identity) {
+    this.oidcService.setReferences(this.requestedReferences[identity.pubkey]);
     this.oidcService.login(identity).subscribe(() => {
       console.log('Successfully logged in');
       this.authorize();

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