[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[reclaim-ui] 292/459: update
From: |
gnunet |
Subject: |
[reclaim-ui] 292/459: update |
Date: |
Fri, 11 Jun 2021 23:26:24 +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 0e43318e378e1cffc6b61c67d84a90985e679747
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Fri Aug 7 22:14:55 2020 +0200
update
---
.../authorization-request.component.html | 9 +++++++++
src/app/identity-list/identity-list.component.html | 12 ------------
2 files changed, 9 insertions(+), 12 deletions(-)
diff --git a/src/app/authorization-request/authorization-request.component.html
b/src/app/authorization-request/authorization-request.component.html
index 3c21c71..d8fb8a4 100644
--- a/src/app/authorization-request/authorization-request.component.html
+++ b/src/app/authorization-request/authorization-request.component.html
@@ -23,6 +23,15 @@
</ul>
</div>
</div>
+ <!-- Sharing disclaimer -->
+ <div class="alert alert-warning alert-dismissible fade show mb-1"
role="alert">
+ <i class="fa fa-exclamation-triangle mr-2"></i>
+ <strong>Be careful when sharing personal data with third parties!</strong>
+ If you do not want to share information from any of your identities with
+ <i>{{ oidcService.clientName }}</i>, you may decline the request.
+ You may also permanently remove or edit information from an identity before
+ sharing.
+ </div>
<div style="margin: 1em;">
<button class="btn btn-danger m-1 mt-4" *ngIf="isClientVerified()"
(click)="cancelRequest()" style="margin-bottom: -4%;">
<span class="fa fa-ban"></span> Decline
diff --git a/src/app/identity-list/identity-list.component.html
b/src/app/identity-list/identity-list.component.html
index 00eca15..18da55a 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -7,18 +7,6 @@
</div>
</oid-modal>
-<!-- Sharing disclaimer -->
-<div class="alert alert-warning alert-dismissible fade show mb-1"
*ngIf="inOpenIdFlow()" role="alert">
- <i class="fa fa-exclamation-triangle mr-2"></i>
- <strong>Be careful when sharing personal data with third parties!</strong>
- If you do not want to share information from this identity, you may
- decline the request or choose a different identity.
- You may also permanently remove information from the identity before
- sharing.
- <button type="button" class="close" data-dismiss="alert" aria-label="Close">
- <span aria-hidden="true">×</span>
- </button>
-</div>
<!-- Buttons -->
<div *ngIf="canSearch()" style="margin-top: 1em; text-align: center;">
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [reclaim-ui] 253/459: improve error/retry UX, (continued)
- [reclaim-ui] 253/459: improve error/retry UX, gnunet, 2021/06/11
- [reclaim-ui] 232/459: update dependencies, gnunet, 2021/06/11
- [reclaim-ui] 278/459: fix display requested, gnunet, 2021/06/11
- [reclaim-ui] 281/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 266/459: include(s), gnunet, 2021/06/11
- [reclaim-ui] 270/459: improve authz display, gnunet, 2021/06/11
- [reclaim-ui] 256/459: fix: ftbfs, gnunet, 2021/06/11
- [reclaim-ui] 261/459: towards cleanup of codebase and fixes, gnunet, 2021/06/11
- [reclaim-ui] 271/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 269/459: mark requested attributes, gnunet, 2021/06/11
- [reclaim-ui] 292/459: update,
gnunet <=
- [reclaim-ui] 294/459: add padding, gnunet, 2021/06/11
- [reclaim-ui] 296/459: minor fix, gnunet, 2021/06/11
- [reclaim-ui] 272/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 300/459: fix class on missing non-standard claims display, gnunet, 2021/06/11
- [reclaim-ui] 274/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 297/459: fix claim processing, gnunet, 2021/06/11
- [reclaim-ui] 299/459: fix claim missing check, gnunet, 2021/06/11
- [reclaim-ui] 306/459: update style, gnunet, 2021/06/11
- [reclaim-ui] 312/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 307/459: fix, gnunet, 2021/06/11