Added new node manager. Added new login/register screen. AuditLog. Permissions
This commit is contained in:
8
Moonlight/App/Models/Misc/AuditLogType.cs
Normal file
8
Moonlight/App/Models/Misc/AuditLogType.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Moonlight.App.Models.Misc;
|
||||
|
||||
public enum AuditLogType
|
||||
{
|
||||
Login,
|
||||
Register,
|
||||
LoginFail
|
||||
}
|
||||
Reference in New Issue
Block a user