gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 130/459: added button for canceling client verification


From: gnunet
Subject: [reclaim-ui] 130/459: added button for canceling client verification
Date: Fri, 11 Jun 2021 23:23:42 +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 14c3917ff4f0a85d10e369902a1cb8e1aa62a6d5
Author: Alexia Pagkopoulou <a.pagkopoulou@tum.de>
AuthorDate: Tue Jul 16 13:55:13 2019 +0200

    added button for canceling client verification
---
 src/app/identity-list/identity-list.component.html | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/app/identity-list/identity-list.component.html 
b/src/app/identity-list/identity-list.component.html
index 1571b75..1bf3b10 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -35,6 +35,11 @@
       <span class="fa fa-openid"></span> Retry
     </button>
   </div>
+  <div *ngIf="clientNameFound === undefined" style="text-align: center;">
+    <button class="btn btn-danger mt-4" *ngIf="clientNameFound === undefined" 
(click)="cancelRequest(); closeModal('OpenIdInfo');">
+      <span class="fa fa-ban"></span> Cancel verification request
+    </button>
+  </div>
 </oid-modal>
 
 <!-- GNUnet not running -->

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