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