More PageLoad cleanup

This commit is contained in:
2025-06-27 23:08:36 -07:00
parent fc15ee67eb
commit 45a173d6ab
@@ -1,13 +1,5 @@
namespace MistoxWebsite.Server.Entities { namespace MistoxWebsite.Server.Entities {
public class PageLoadObject {
public Account? user { get; set; }
public AccountClaims? claims { get; set; }
public Receipt[]? receipts { get; set; }
public Product[]? products { get; set; }
public Cart[]? Cart { get; set; }
}
public class AccountClaims { public class AccountClaims {
public string UserName { get; set; } = string.Empty; public string UserName { get; set; } = string.Empty;
public string Email { get; set; } = string.Empty; public string Email { get; set; } = string.Empty;