Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavio Costa committed Feb 26, 2017
1 parent 8fe1cdf commit 63ff48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class HomeComponent implements OnInit {
if (errors.length > 0) {
this.listErrors = errors;
} else {
this.listErrors = null;
this.listErrors = [];
this.messageLoginOk();
}
});
Expand Down

0 comments on commit 63ff48d

Please sign in to comment.