gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 374/459: logout before login


From: gnunet
Subject: [reclaim-ui] 374/459: logout before login
Date: Fri, 11 Jun 2021 23:27:46 +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 58e00a0c5d39cb475c35cb197ca056ce45b115b9
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Dec 25 19:19:37 2020 +0900

    logout before login
---
 src/app/import-attributes/import-attributes.component.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/import-attributes/import-attributes.component.ts 
b/src/app/import-attributes/import-attributes.component.ts
index 51d3ca1..4e05032 100644
--- a/src/app/import-attributes/import-attributes.component.ts
+++ b/src/app/import-attributes/import-attributes.component.ts
@@ -292,6 +292,7 @@ export class ImportAttributesComponent implements OnInit {
 
   import(){
     this.configureOauthService();
+    this.oauthService.logOut(); //Make sure we logout before login
     this.oauthService.loadDiscoveryDocumentAndLogin();
   }
 

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