Added logs

This commit is contained in:
Marcel Baumgartner
2023-03-05 01:49:04 +01:00
parent 79e8886641
commit d7b10aa224
24 changed files with 552 additions and 760 deletions

View File

@@ -0,0 +1,6 @@
namespace Moonlight.App.Models.Misc;
public enum SecurityLogType
{
ManipulatedJwt
}