minor changes
This commit is contained in:
parent
65ba88f544
commit
4eb1c184c1
|
@ -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
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue