gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 89/459: actually display info


From: gnunet
Subject: [reclaim-ui] 89/459: actually display info
Date: Fri, 11 Jun 2021 23:23:01 +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 2871fa977638bb0cf5e3f242e62b56db16fb8ffc
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Jun 25 19:58:21 2019 +0200

    actually display info
---
 src/app/identity-list/identity-list.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/identity-list/identity-list.component.html 
b/src/app/identity-list/identity-list.component.html
index 06878d1..ab59092 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -216,8 +216,8 @@
       <div>
 
         <div>
+          <span *ngIf="!clientNameFound()"><i class="fa fa-circle-o-notch 
fa-spin fa-fw"></i> Verification in progress...</span>
           <button *ngIf="canAuthorize(identity)" [disabled]="!inOpenIdFlow() 
|| isAttributeMissing(identity) || !clientNameFound" 
(click)="loginIdentity(identity)" class="btn btn-primary mr-1 openid-login">
-            <span *ngIf="!clientNameFound()"><i class="fa fa-circle-o-notch 
fa-spin fa-fw"></i> Verification in progress...</span>
             <span *ngIf="clientNameFound()" class="fa fa-openid"></span> Share 
from this identity</button>
         </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]