Skip to content
Snippets Groups Projects
Commit e7156607 authored by Baptiste Toulemonde's avatar Baptiste Toulemonde
Browse files

fix oauth issue

parent 87b2bad7
1 merge request!35Feature/indigo auth
...@@ -65,8 +65,7 @@ export class AuthService { ...@@ -65,8 +65,7 @@ export class AuthService {
login() { login() {
window.open(this.baseUrl + this.authorizationEndpoint, '_self') ;
window.location.href = this.baseUrl + this.authorizationEndpoint;
} }
updateToken(token) { updateToken(token) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment