diff --git a/app/components/home/home.component.ts b/app/components/home/home.component.ts index 55799a8..ddbeaf3 100644 --- a/app/components/home/home.component.ts +++ b/app/components/home/home.component.ts @@ -27,7 +27,7 @@ export class HomeComponent implements OnInit { if (errors.length > 0) { this.listErrors = errors; } else { - this.listErrors = null; + this.listErrors = []; this.messageLoginOk(); } });