gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 87/459: fix client name check #4


From: gnunet
Subject: [reclaim-ui] 87/459: fix client name check #4
Date: Fri, 11 Jun 2021 23:22:59 +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 a739400c20f0e1c3ff244da8dc44d59d9c95415d
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Jun 25 19:46:13 2019 +0200

    fix client name check #4
---
 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 defe008..7c4f881 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -1,7 +1,7 @@
 <div *ngIf="inOpenIdFlow()" class="alert alert-primary alert-dismissible fade 
show" role="alert">
   <span><i class="fa fa-2x fa-openid"></i> <b class="fa-2x"> Authorization 
Request</b></span><br/>
-  <i *ngIf="!clientNameFound"><i class="fa fa-circle-o-notch fa-spin 
fa-fw"></i> Looking for client description.</i><br/>
-  <div *ngIf="clientNameFound"><strong>"{{ clientName }}"</strong>
+  <i *ngIf="!clientNameFound()"><i class="fa fa-circle-o-notch fa-spin 
fa-fw"></i> Looking for client description.</i><br/>
+  <div *ngIf="clientNameFound()"><strong>"{{ clientName }}"</strong>
     asks you to share personal information.<br/>
     Choose an identity to let it access the following information:
   </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]