gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 166/459: return if redirect


From: gnunet
Subject: [reclaim-ui] 166/459: return if redirect
Date: Fri, 11 Jun 2021 23:24:18 +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 fe974b7f0e15d041ce551a82b289ac2e65c0fd03
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Dec 10 22:17:49 2019 +0100

    return if redirect
---
 src/app/identity-list/identity-list.component.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/identity-list/identity-list.component.ts 
b/src/app/identity-list/identity-list.component.ts
index ab6db49..6aaaba5 100644
--- a/src/app/identity-list/identity-list.component.ts
+++ b/src/app/identity-list/identity-list.component.ts
@@ -57,17 +57,17 @@ export class IdentityListComponent implements OnInit {
       this.oidcService.parseRouteParams(this.route.snapshot.queryParams);
       if (this.oidcService.inOpenIdFlow()) {
         this.router.navigate(['/authorization-request']);
+        return;
       }
     }
-    this.identityNameMapper = {};
     this.updateIdentities();
+    this.identityNameMapper = {};
     this.errorInfos = [];
     console.log('processed nginit');
   }
 
   confirmDelete(identity) { this.showConfirmDelete = identity; }
 
-
   hideConfirmDelete() { this.showConfirmDelete = null; }
 
   getMissingAttributes(identity) {

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