gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 184/459: fix save button


From: gnunet
Subject: [reclaim-ui] 184/459: fix save button
Date: Fri, 11 Jun 2021 23:24:36 +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 289ac2e28d6f266caaab997e33e3026add6a90fb
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Thu Jan 23 18:09:46 2020 +0100

    fix save button
---
 src/app/edit-identity/edit-identity.component.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/edit-identity/edit-identity.component.ts 
b/src/app/edit-identity/edit-identity.component.ts
index 0828128..2cdc05c 100644
--- a/src/app/edit-identity/edit-identity.component.ts
+++ b/src/app/edit-identity/edit-identity.component.ts
@@ -211,6 +211,7 @@ export class EditIdentityComponent implements OnInit {
           this.newAttribute.name = '';
           this.newAttribute.value = '';
           this.newAttribute.type = 'STRING';
+          this.router.navigate(['/']);
         }))
       .subscribe(res => {
         //FIXME success dialog/banner

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