public email_sent

This commit is contained in:
Tykayn 2021-05-21 13:11:54 +02:00 committed by tykayn
parent 8f108a1bdf
commit 36fe52aa82
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import { DOCUMENT } from '@angular/common';
export class HomeComponent {
public environment = environment;
public nonexistent_email = '';
private email_sent = false;
public email_sent = false;
constructor(
@Inject(DOCUMENT) private document: any,
public storageService: StorageService,