[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[reclaim-ui] 291/459: fix
From: |
gnunet |
Subject: |
[reclaim-ui] 291/459: fix |
Date: |
Fri, 11 Jun 2021 23:26:23 +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 1c243cb9283d93cb62e59cc6e5242954d7a065e4
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Fri Aug 7 22:04:00 2020 +0200
fix
---
src/app/identity-list/identity-list.component.html | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
diff --git a/src/app/identity-list/identity-list.component.html
b/src/app/identity-list/identity-list.component.html
index bbf3739..00eca15 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -7,6 +7,19 @@
</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;">
<!-- Identity search -->
@@ -22,14 +35,6 @@
</div>
<!-- Cancel authorization -->
-<div class="alert alert-warning alert-dismissible fade show mb-1"
*ngIf="inOpenIdFlow()">
- <i class="fa fa-exclamation-triangle ml-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.<br/>
- You may permanently remove information from the identity before
- sharing.
-</div>
<div style="margin-bottom: 1em; text-align: center;" *ngIf="inOpenIdFlow()">
<button *ngIf="inOpenIdFlow()" class="btn btn-danger mt-2"
(click)="cancelRequest()">
<span class="fa fa-ban"></span> Decline authorization request
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [reclaim-ui] 250/459: fix, (continued)
- [reclaim-ui] 250/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 273/459: better requested claim handling, gnunet, 2021/06/11
- [reclaim-ui] 268/459: style, gnunet, 2021/06/11
- [reclaim-ui] 233/459: make discovery experimental, gnunet, 2021/06/11
- [reclaim-ui] 246/459: scopes in configuration, gnunet, 2021/06/11
- [reclaim-ui] 254/459: fix array splicing, gnunet, 2021/06/11
- [reclaim-ui] 262/459: some cleanup, gnunet, 2021/06/11
- [reclaim-ui] 252/459: minor fix, gnunet, 2021/06/11
- [reclaim-ui] 260/459: fix flag settings, gnunet, 2021/06/11
- [reclaim-ui] 263/459: add spinner when saving, gnunet, 2021/06/11
- [reclaim-ui] 291/459: fix,
gnunet <=
- [reclaim-ui] 282/459: style change, gnunet, 2021/06/11
- [reclaim-ui] 265/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 287/459: add danger, gnunet, 2021/06/11
- [reclaim-ui] 241/459: formatting, gnunet, 2021/06/11
- [reclaim-ui] 264/459: fix phone number claim name; pass claims parameter, gnunet, 2021/06/11
- [reclaim-ui] 258/459: -minor, gnunet, 2021/06/11
- [reclaim-ui] 247/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 249/459: fix conflict, gnunet, 2021/06/11
- [reclaim-ui] 267/459: refactoring, style, gnunet, 2021/06/11
- [reclaim-ui] 276/459: more test, gnunet, 2021/06/11