gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 176/459: only show refs when requested


From: gnunet
Subject: [reclaim-ui] 176/459: only show refs when requested
Date: Fri, 11 Jun 2021 23:24:28 +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 8d7dc68e010a4649efaf2929b5c0bc053538e6c5
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Mon Jan 20 15:38:13 2020 +0100

    only show refs when requested
---
 .../authorization-request.component.html                | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/src/app/authorization-request/authorization-request.component.html 
b/src/app/authorization-request/authorization-request.component.html
index 44fd346..ddab90d 100644
--- a/src/app/authorization-request/authorization-request.component.html
+++ b/src/app/authorization-request/authorization-request.component.html
@@ -19,13 +19,16 @@
     <ul>
       <li *ngFor="let attribute of getScopes()"><strong>{{attribute}}</strong>
     </ul>
-    as well as the following third-party attested attributes:
-    <ul *ngIf="clientNameFound">
-    <ng-container *ngFor="let reference of getRefScope()">
-      <li *ngIf="reference[1] === true"><strong>{{reference[0]}}</strong>
-      <li *ngIf="reference[1] !== true"><strong>{{reference[0]}} 
(optional)</strong>
-    </ng-container>
-  </ul>
+    <div *ngIf="getRefScope().length > 0">
+      as well as the following third-party attested attributes:
+      <ul>
+        <ng-container *ngFor="let reference of getRefScope()">
+          <li *ngIf="reference[1] === true"><strong>{{reference[0]}}</strong>
+            <li *ngIf="reference[1] !== true"><strong>{{reference[0]}} 
(optional)</strong>
+        </ng-container>
+
+      </ul>
+    </div>
 
   </div>
   <div style="margin: 1em;">

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