state after adding all of the user stuff and messing around with the wierd brave bug
This commit is contained in:
9
OpenArchival.DataAccess/UserRoles.cs
Normal file
9
OpenArchival.DataAccess/UserRoles.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace OpenArchival.DataAccess;
|
||||
|
||||
public static class UserRoles
|
||||
{
|
||||
public const string Admin = "Admin";
|
||||
public const string Writer = "Writer";
|
||||
public const string User = "User";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user