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

fix oauth issue

parent 87b2bad7
No related branches found
No related tags found
1 merge request!35Feature/indigo auth
......@@ -65,8 +65,7 @@ export class AuthService {
login() {
window.location.href = this.baseUrl + this.authorizationEndpoint;
window.open(this.baseUrl + this.authorizationEndpoint, '_self') ;
}
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