gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 373/459: fix credential string lowercase


From: gnunet
Subject: [reclaim-ui] 373/459: fix credential string lowercase
Date: Fri, 11 Jun 2021 23:27: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 17081b137a3fa686798b72f08f58524064d2b889
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Dec 25 19:09:30 2020 +0900

    fix credential string lowercase
---
 src/app/import-attributes/import-attributes.component.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/import-attributes/import-attributes.component.ts 
b/src/app/import-attributes/import-attributes.component.ts
index b6c8a00..51d3ca1 100644
--- a/src/app/import-attributes/import-attributes.component.ts
+++ b/src/app/import-attributes/import-attributes.component.ts
@@ -72,7 +72,7 @@ export class ImportAttributesComponent implements OnInit {
       else{
         
this.oauthService.loadDiscoveryDocumentAndTryLogin(loginOptions).then(success 
=> {
           console.log("Login successful: "+this.oauthService.getIdToken());
-          this.newCredential.name = this.newIdProvider.name + "OidcJwt";
+          this.newCredential.name = this.newIdProvider.name + "oidcjwt";
           this.newCredential.value = this.oauthService.getIdToken();
           this.importAttributesFromCredential();
         });

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