Merge pull request #391 from Alfresco/dev-mvitale-343

Adapt the Login component to works also with activiti
This commit is contained in:
Mario Romano
2016-07-11 10:11:41 +01:00
committed by GitHub
25 changed files with 947 additions and 182 deletions

View File

@@ -67,8 +67,8 @@ class SearchDemo implements OnInit {
translation: AlfrescoTranslationService) {
alfrescoSettingsService.host = this.host;
if (localStorage.getItem('token')) {
this.token = localStorage.getItem('token');
if (this.authService.getToken()) {
this.token = this.authService.getToken();
}
translation.addTranslationFolder();