Add Email Token to company

This commit is contained in:
2025-08-05 20:45:47 -07:00
parent eae0d3a6b3
commit eb27dfd6bf
4 changed files with 9 additions and 2 deletions
+1
View File
@@ -5,6 +5,7 @@ namespace BoredCareers.Entities {
public string Name { get; set; } = "";
public string Email { get; set; } = "";
public bool EmailVerified { get; set; } = false;
public string EmailToken { get; set; } = "";
public string WebsiteURL { get; set; } = "";
public string Logo { get; set; } = "";
public int JobsClosedSuccessful { get; set; }