gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 165/459: minor fixes


From: gnunet
Subject: [reclaim-ui] 165/459: minor fixes
Date: Fri, 11 Jun 2021 23:24:17 +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 cd29ed853374d1d93c48325ce92b1d0efaa605a5
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Dec 10 22:12:22 2019 +0100

    minor fixes
---
 .../authorization-request/authorization-request.component.html |  1 +
 src/app/identity-list/identity-list.component.ts               | 10 +++-------
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/src/app/authorization-request/authorization-request.component.html 
b/src/app/authorization-request/authorization-request.component.html
index aca6348..975e252 100644
--- a/src/app/authorization-request/authorization-request.component.html
+++ b/src/app/authorization-request/authorization-request.component.html
@@ -1,6 +1,7 @@
 <div style="text-align: center;">
   <i class="fa fa-2x fa-openid"></i> 
   <b class="fa-2x"> Authorization Request </b>
+  <br/>
   <span *ngIf="clientNameFound === undefined">
     <i class="fa fa-2x fa-circle-o-notch fa-spin fa-fw"></i> 
     <b class="fa-2x"> Verifying request, please stand by...</b>
diff --git a/src/app/identity-list/identity-list.component.ts 
b/src/app/identity-list/identity-list.component.ts
index ab86817..ab6db49 100644
--- a/src/app/identity-list/identity-list.component.ts
+++ b/src/app/identity-list/identity-list.component.ts
@@ -111,8 +111,6 @@ export class IdentityListComponent implements OnInit {
     });
   }
 
-  
-  
   deleteIdentity(identity) {
     this.showConfirmDelete = false;
     this.identityService.deleteIdentity(identity.pubkey)
@@ -151,10 +149,6 @@ export class IdentityListComponent implements OnInit {
     return this.oidcService.inOpenIdFlow();
   }
 
-  
-  
-  
-  
   getScopes() { return this.oidcService.getScope(); }
 
   getScopesPretty() { return this.getScopes().join(', '); }
@@ -213,7 +207,9 @@ export class IdentityListComponent implements OnInit {
       identities.forEach(identity => {
         this.updateAttributes(identity);
       });
-      this.closeModal('GnunetInfo');
+      if (!this.modalOpened) {
+        this.closeModal('GnunetInfo');
+      }
       this.connected = true;
     },
       error => {

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