minor changes

This commit is contained in:
Diamantis Tziotzios 2019-07-29 13:15:52 +03:00
parent 65ba88f544
commit 4eb1c184c1
5 changed files with 4 additions and 12488 deletions

View File

@ -1,5 +1,5 @@
#Generated by Apache Maven
#Thu Jun 21 10:17:25 EEST 2018
#Mon Jul 15 19:37:19 EEST 2019
version=1.0-SNAPSHOT
groupId=dmp-backend
artifactId=logging

File diff suppressed because it is too large Load Diff

View File

@ -13,9 +13,9 @@ import { FormControl } from "@angular/forms";
})
export class EmailConfirmation extends BaseComponent implements OnInit {
private emailFormControl = new FormControl('');
private showForm: boolean = false;
private mailSent: boolean = false;
public emailFormControl = new FormControl('');
public showForm: boolean = false;
public mailSent: boolean = false;
constructor(
private emailConfirmationService: EmailConfirmationService,