gnunet-svn
[Top][All Lists]
Advanced

[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">&times;</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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]