Document List demo using core auth, fix auth service issues

This commit is contained in:
Denys Vuika
2016-05-27 13:14:35 +01:00
parent 8f99565991
commit 7f7385de1a
2 changed files with 10 additions and 26 deletions

View File

@@ -75,6 +75,7 @@ export class AlfrescoAuthenticationService {
let response = res.json();
this.token = response.entry.id;
this.saveJwt(this.token);
return this.token;
})
.catch(this.handleError);
}