upload porting first step

This commit is contained in:
Eugenio Romano
2016-07-08 19:21:27 +01:00
parent 5bd6259709
commit 2ddaa76ea1
9 changed files with 37 additions and 102 deletions

View File

@@ -109,6 +109,7 @@ export class MyDemoApp implements OnInit {
this.authService.login('admin', 'admin').subscribe(
token => {
console.log(token);
this.token = token;
this.authenticated = true;
},
error => {