gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 276/459: more test


From: gnunet
Subject: [reclaim-ui] 276/459: more test
Date: Fri, 11 Jun 2021 23:26:08 +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 b0394772852125764a6d94188abb45e1a320a777
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Fri Aug 7 09:04:35 2020 +0200

    more test
---
 src/app/identity-list/identity-list.component.html | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/src/app/identity-list/identity-list.component.html 
b/src/app/identity-list/identity-list.component.html
index 42ef0ac..8ef4420 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -111,14 +111,17 @@
           </tbody>
         </table>
       </div>
-      <div style="margin-bottom: 1em" *ngIf="(0 < 
attributes[identity.pubkey]?.length) && inOpenIdFlow()" class="text-primary">
-        Attributes marked with <span class="fa fa-openid" ></span> will be 
shared. <span (click)="toggleSharingInfo(identity)" class="fa 
fa-question-circle"></span><br/>
-      <div class="alert alert-secondary fade show" 
*ngIf="isSharingInfoOpened(identity)">
-        If you do not want to share information from this identity, you may
-        declide the request or choose a different identity.<br/>
-        If you do not want to share a specific piece of information, you have
-        to remove the respective attribute.
-      </div>
+      <div style="margin-bottom: 1em" *ngIf="(0 < 
attributes[identity.pubkey]?.length) && inOpenIdFlow()">
+        <span class="text-primary">Attributes marked with <span class="fa 
fa-openid" ></span> will be shared.</span>
+        <span (click)="toggleSharingInfo(identity)" class="fa fa-2x 
fa-question-circle"></span><br/>
+        <div class="alert alert-secondary fade show" 
*ngIf="isSharingInfoOpened(identity)">
+          Be careful when sharing personal data with third parties!<br>
+          If you do not want to share information from this identity, you may
+          decline the request or choose a different identity.<br/>
+          You may permanently remove information from the identity before
+          sharing. Note that not providing all the reuquestd information
+          may prevent you from using the requesting service.
+        </div>
 
       </div>
       <div>

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