gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 386/459: fix import for browser plugin, other import may be


From: gnunet
Subject: [reclaim-ui] 386/459: fix import for browser plugin, other import may be broken
Date: Fri, 11 Jun 2021 23:27:58 +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 cff2e4102c110a60e3971c18d6500670b7b03396
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sun Dec 27 23:39:51 2020 +0900

    fix import for browser plugin, other import may be broken
---
 src/app/identity-list/identity-list.component.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/identity-list/identity-list.component.ts 
b/src/app/identity-list/identity-list.component.ts
index 94805a9..c77d86e 100644
--- a/src/app/identity-list/identity-list.component.ts
+++ b/src/app/identity-list/identity-list.component.ts
@@ -65,7 +65,7 @@ export class IdentityListComponent implements OnInit {
       localStorage.setItem('credentialState', 
this.route.snapshot.queryParams["state"]);
       localStorage.setItem('credentialSession_State', 
this.route.snapshot.queryParams["session_state"]);
       var user = localStorage.getItem('userForCredential');
-      this.router.navigate(['/import-attributes', user]);
+      this.router.navigate(['/edit-identity', user]);
     }
     if (!this.oidcService.inOpenIdFlow() && undefined == 
this.route.snapshot.queryParams["authz_request"]) {
       this.oidcService.parseRouteParams(this.route.snapshot.queryParams);

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