Update Account DbService
Docker Build and Release Upload / build (push) Failing after 58s

This commit is contained in:
2025-07-13 20:25:33 -07:00
parent ddf78e5606
commit 00f245ccef
7 changed files with 8 additions and 607 deletions
-1
View File
@@ -11,6 +11,5 @@ namespace BoredCareers.Entities {
public string Role { get; set; } = "Generic";
public string EmailToken { get; set; } = "";
public string DataServer { get; set; } = "";
public string Error { get; set; } = "";
}
}