gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 135/459: hard reset


From: gnunet
Subject: [reclaim-ui] 135/459: hard reset
Date: Fri, 11 Jun 2021 23:23:47 +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 bf6a6b584c495e21d9853497c2275418aba5f95c
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Jul 16 14:47:26 2019 +0200

    hard reset
---
 src/app/identity-list/identity-list.component.ts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/app/identity-list/identity-list.component.ts 
b/src/app/identity-list/identity-list.component.ts
index dbd635f..61a9e1d 100644
--- a/src/app/identity-list/identity-list.component.ts
+++ b/src/app/identity-list/identity-list.component.ts
@@ -337,6 +337,8 @@ export class IdentityListComponent implements OnInit {
     this.oidcService.cancelAuthorization().subscribe(() => {
       console.log('Request cancelled');
       this.router.navigate(['/']);
+      //Manually reset this component
+      this.ngOnInit();
     });
   }
 

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