More PageLoad cleanup
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user