mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
#687 fix rebase
This commit is contained in:
@@ -150,7 +150,7 @@ export class AlfrescoLoginComponent implements OnInit {
|
|||||||
.subscribe(
|
.subscribe(
|
||||||
(token: any) => {
|
(token: any) => {
|
||||||
this.success = true;
|
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) => {
|
(err: any) => {
|
||||||
this.enableError();
|
this.enableError();
|
||||||
|
Reference in New Issue
Block a user