mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
public email_sent
This commit is contained in:
parent
8f108a1bdf
commit
36fe52aa82
@ -13,7 +13,7 @@ import { DOCUMENT } from '@angular/common';
|
|||||||
export class HomeComponent {
|
export class HomeComponent {
|
||||||
public environment = environment;
|
public environment = environment;
|
||||||
public nonexistent_email = '';
|
public nonexistent_email = '';
|
||||||
private email_sent = false;
|
public email_sent = false;
|
||||||
constructor(
|
constructor(
|
||||||
@Inject(DOCUMENT) private document: any,
|
@Inject(DOCUMENT) private document: any,
|
||||||
public storageService: StorageService,
|
public storageService: StorageService,
|
||||||
|
Loading…
Reference in New Issue
Block a user