Added new node manager. Added new login/register screen. AuditLog. Permissions

This commit is contained in:
Marcel Baumgartner
2023-02-17 18:03:52 +01:00
parent 54173637c8
commit 95999eae26
51 changed files with 2979 additions and 116 deletions

View File

@@ -0,0 +1,8 @@
namespace Moonlight.App.Models.Misc;
public enum AuditLogType
{
Login,
Register,
LoginFail
}