feat: add user roles
This commit is contained in:
parent
55371cb675
commit
c62ec33130
12
ApiDto/Common/AuthRoles.cs
Normal file
12
ApiDto/Common/AuthRoles.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
namespace Mirea.Api.Dto.Common;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// An enumeration that indicates which role the user belongs to
|
||||||
|
/// </summary>
|
||||||
|
public enum AuthRoles
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Administrator
|
||||||
|
/// </summary>
|
||||||
|
Admin
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user