Skip to content
Snippets Groups Projects

Feature/indigo auth

Merged Baptiste Toulemonde requested to merge feature/indigo_auth into master
@@ -65,8 +65,7 @@ export class AuthService {
login() {
window.location.href = this.baseUrl + this.authorizationEndpoint;
window.open(this.baseUrl + this.authorizationEndpoint, '_self') ;
}
updateToken(token) {
Loading