[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.
- [reclaim-ui] 180/459: clarify optional attributes, (continued)
- [reclaim-ui] 180/459: clarify optional attributes, gnunet, 2021/06/11
- [reclaim-ui] 166/459: return if redirect, gnunet, 2021/06/11
- [reclaim-ui] 156/459: better track oidc flow, gnunet, 2021/06/11
- [reclaim-ui] 160/459: hash does not work with webext, gnunet, 2021/06/11
- [reclaim-ui] 179/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 161/459: no slash, gnunet, 2021/06/11
- [reclaim-ui] 159/459: more refactoring, gnunet, 2021/06/11
- [reclaim-ui] 162/459: fix modal bug, gnunet, 2021/06/11
- [reclaim-ui] 163/459: style, gnunet, 2021/06/11
- [reclaim-ui] 158/459: fix styles; fix new and edit links, gnunet, 2021/06/11
- [reclaim-ui] 176/459: only show refs when requested,
gnunet <=
- [reclaim-ui] 178/459: handle optional refs, gnunet, 2021/06/11
- [reclaim-ui] 184/459: fix save button, gnunet, 2021/06/11
- [reclaim-ui] 154/459: start extracting components, gnunet, 2021/06/11
- [reclaim-ui] 190/459: new api, gnunet, 2021/06/11
- [reclaim-ui] 164/459: update, gnunet, 2021/06/11
- [reclaim-ui] 182/459: actually add references to request, gnunet, 2021/06/11
- [reclaim-ui] 183/459: hack constant attestation button against local IdP, gnunet, 2021/06/11
- [reclaim-ui] 165/459: minor fixes, gnunet, 2021/06/11
- [reclaim-ui] 173/459: various fixed and improvements, gnunet, 2021/06/11
- [reclaim-ui] 199/459: Merge branch 'master' of gitlab.com:reclaimid/ui, gnunet, 2021/06/11