Implemented basic store and store admin system. Added alerts. Added db models for store
This commit is contained in:
@@ -9,6 +9,8 @@ public class User
|
||||
public string? Avatar { get; set; } = null;
|
||||
public string? TotpKey { get; set; } = null;
|
||||
|
||||
// Store
|
||||
|
||||
// Meta data
|
||||
public string Flags { get; set; } = "";
|
||||
public int Permissions { get; set; } = 0;
|
||||
|
||||
Reference in New Issue
Block a user