gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 136/459: softer reset


From: gnunet
Subject: [reclaim-ui] 136/459: softer reset
Date: Fri, 11 Jun 2021 23:23:48 +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 bc2cb4f2725d2908e7e3bc2801c12f50eb033318
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Jul 16 14:54:20 2019 +0200

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

diff --git a/src/app/identity-list/identity-list.component.ts 
b/src/app/identity-list/identity-list.component.ts
index 61a9e1d..c4338b1 100644
--- a/src/app/identity-list/identity-list.component.ts
+++ b/src/app/identity-list/identity-list.component.ts
@@ -336,9 +336,10 @@ export class IdentityListComponent implements OnInit {
     this.modalOpened = false;
     this.oidcService.cancelAuthorization().subscribe(() => {
       console.log('Request cancelled');
+      this.requestedAttributes = {};
+      this.missingAttributes = {};
       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]