[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.
- [reclaim-ui] 98/459: openid hotfix, (continued)
- [reclaim-ui] 98/459: openid hotfix, gnunet, 2021/06/11
- [reclaim-ui] 118/459: add unkown name, gnunet, 2021/06/11
- [reclaim-ui] 100/459: warning if identity name already exists, gnunet, 2021/06/11
- [reclaim-ui] 101/459: minor update to last fix, gnunet, 2021/06/11
- [reclaim-ui] 103/459: disable button on duplicate ID name, gnunet, 2021/06/11
- [reclaim-ui] 102/459: Merge branch 'master' into 'master', gnunet, 2021/06/11
- [reclaim-ui] 107/459: Merge branch 'master' of https://gitlab.com/reclaimid/ui, gnunet, 2021/06/11
- [reclaim-ui] 99/459: Merge branch 'openid_logo_fix' into 'master', gnunet, 2021/06/11
- [reclaim-ui] 109/459: authentication screen minor updates + search bar for indentities, gnunet, 2021/06/11
- [reclaim-ui] 104/459: indicate disabled button properly, gnunet, 2021/06/11
- [reclaim-ui] 110/459: reverted minor false changes,
gnunet <=
- [reclaim-ui] 95/459: update deps, gnunet, 2021/06/11
- [reclaim-ui] 108/459: Merge branch 'master' into 'master', gnunet, 2021/06/11
- [reclaim-ui] 114/459: Merge branch 'master' of gitlab.com:pagkopoulou/ui, gnunet, 2021/06/11
- [reclaim-ui] 124/459: move all buttons, gnunet, 2021/06/11
- [reclaim-ui] 130/459: added button for canceling client verification, gnunet, 2021/06/11
- [reclaim-ui] 112/459: added search pipe provider to fix build issue, change search logic, gnunet, 2021/06/11
- [reclaim-ui] 117/459: Merge branch 'master' into 'master', gnunet, 2021/06/11
- [reclaim-ui] 128/459: update, gnunet, 2021/06/11
- [reclaim-ui] 131/459: Merge branch 'master' into 'master', gnunet, 2021/06/11
- [reclaim-ui] 115/459: reverted minor change, gnunet, 2021/06/11