gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 110/459: reverted minor false changes


From: gnunet
Subject: [reclaim-ui] 110/459: reverted minor false changes
Date: Fri, 11 Jun 2021 23:23:22 +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 b5dec2e97313932f19faaca91707973534cb9257
Author: Alexia Pagkopoulou <a.pagkopoulou@tum.de>
AuthorDate: Tue Jul 9 10:45:47 2019 +0200

    reverted minor false changes
---
 src/app/identity-list/identity-list.component.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/identity-list/identity-list.component.html 
b/src/app/identity-list/identity-list.component.html
index 48e573b..3d196ac 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -3,11 +3,11 @@
   <div style="text-align: center;">
     <div class="logo"><img src="assets/reclaim_icon.png"/></div>
     <hr>
-    <span *ngIf="!clientNameFound()">
+    <span *ngIf="clientNameFound()">
     <i class="fa fa-2x fa-openid"></i> 
     <b class="fa-2x"> Authorization Request </b>
     </span>
-    <span *ngIf="clientNameFound()">
+    <span *ngIf="!clientNameFound()">
       <i class="fa fa-2x fa-circle-o-notch fa-spin fa-fw"></i> 
       <b class="fa-2x"> Verifying request, please stand by...</b>
     </span>

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