[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.
- [reclaim-ui] 115/459: reverted minor change, (continued)
- [reclaim-ui] 115/459: reverted minor change, gnunet, 2021/06/11
- [reclaim-ui] 121/459: Merge branch 'angular-8' into 'master', gnunet, 2021/06/11
- [reclaim-ui] 123/459: move cancel button, gnunet, 2021/06/11
- [reclaim-ui] 125/459: minor, gnunet, 2021/06/11
- [reclaim-ui] 111/459: Merge branch 'master' of https://gitlab.com/reclaimid/ui, gnunet, 2021/06/11
- [reclaim-ui] 113/459: fixed a persistent bug, gnunet, 2021/06/11
- [reclaim-ui] 133/459: cancel authZ by removing parameters, gnunet, 2021/06/11
- [reclaim-ui] 129/459: fix #13, gnunet, 2021/06/11
- [reclaim-ui] 122/459: remove cruft, gnunet, 2021/06/11
- [reclaim-ui] 119/459: added search pipe provider to fix build issue, change search logic, gnunet, 2021/06/11
- [reclaim-ui] 135/459: hard reset,
gnunet <=
- [reclaim-ui] 116/459: authentication screen update - retry client verification, gnunet, 2021/06/11
- [reclaim-ui] 139/459: timeout, gnunet, 2021/06/11
- [reclaim-ui] 132/459: do not re-authorize, gnunet, 2021/06/11
- [reclaim-ui] 137/459: only retry once, gnunet, 2021/06/11
- [reclaim-ui] 138/459: we actually dont need the retry, gnunet, 2021/06/11
- [reclaim-ui] 126/459: change add identity button, gnunet, 2021/06/11
- [reclaim-ui] 127/459: prettify search icon, gnunet, 2021/06/11
- [reclaim-ui] 106/459: changed authentication ui and gnunet offline information, added modals, gnunet, 2021/06/11
- [reclaim-ui] 141/459: Merge branch 'master' into 'master', gnunet, 2021/06/11
- [reclaim-ui] 142/459: fix forjoin bug, gnunet, 2021/06/11