This commit is contained in:
Mario Romano
2016-09-06 19:19:52 +01:00
parent 3e0fd310c5
commit d2fa3fdb43

View File

@@ -150,7 +150,7 @@ export class AlfrescoLoginComponent implements OnInit {
.subscribe(
(token: any) => {
this.success = true;
this.onSuccess.emit({token: token, username: value.username, password: value.password});
this.onSuccess.emit({token: token, username: values.username, password: values.password});
},
(err: any) => {
this.enableError();