mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Document List demo using core auth, fix auth service issues
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user