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 #Generated by Apache Maven
#Thu Jun 21 10:17:25 EEST 2018 #Mon Jul 15 19:37:19 EEST 2019
version=1.0-SNAPSHOT version=1.0-SNAPSHOT
groupId=dmp-backend groupId=dmp-backend
artifactId=logging 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 { export class EmailConfirmation extends BaseComponent implements OnInit {
private emailFormControl = new FormControl(''); public emailFormControl = new FormControl('');
private showForm: boolean = false; public showForm: boolean = false;
private mailSent: boolean = false; public mailSent: boolean = false;
constructor( constructor(
private emailConfirmationService: EmailConfirmationService, private emailConfirmationService: EmailConfirmationService,