#843 fixed validation summary reset for Login

This commit is contained in:
Denys Vuika 2016-11-03 16:46:23 +00:00
parent db1c205bba
commit efc1a30256

View File

@ -272,6 +272,7 @@ export class AlfrescoLoginComponent implements OnInit {
*/
private disableError() {
this.error = false;
this.initFormError();
}
/**