gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 169/459: display name correctly


From: gnunet
Subject: [reclaim-ui] 169/459: display name correctly
Date: Fri, 11 Jun 2021 23:24:21 +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 a21e7c914ce81079129d32bf74b256c3037a896c
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Dec 10 22:56:07 2019 +0100

    display name correctly
---
 src/app/authorization-request/authorization-request.component.html | 2 +-
 src/app/authorization-request/authorization-request.component.ts   | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/app/authorization-request/authorization-request.component.html 
b/src/app/authorization-request/authorization-request.component.html
index 0adddbd..421b066 100644
--- a/src/app/authorization-request/authorization-request.component.html
+++ b/src/app/authorization-request/authorization-request.component.html
@@ -13,7 +13,7 @@
 </div>
 <div class="card" *ngIf="isClientVerified()" style="margin-left:30%; 
width:40%;">
   <div class="card-body">
-    <strong>{{ clientName }}</strong>
+    <strong>{{ oidcService.clientName }}</strong>
     asks you to share personal information.<br/>
     Choose an identity to let it access the following information:
     <ul>
diff --git a/src/app/authorization-request/authorization-request.component.ts 
b/src/app/authorization-request/authorization-request.component.ts
index 3f4a6e1..ce0c7d1 100644
--- a/src/app/authorization-request/authorization-request.component.ts
+++ b/src/app/authorization-request/authorization-request.component.ts
@@ -8,13 +8,11 @@ import { OpenIdService } from '../open-id.service';
   styleUrls: ['./authorization-request.component.css']
 })
 export class AuthorizationRequestComponent implements OnInit {
-  clientName: String;
 
   constructor(private oidcService: OpenIdService,
               private router: Router) { }
 
   ngOnInit() {
-    this.clientName = '-';
     this.retryVerify();
   }
 

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