mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 19:37:23 +01:00
fix claims and logging in files controller
This commit is contained in:
parent
74b7fcdf89
commit
d328056b9b
7 changed files with 8 additions and 7 deletions
|
|
@ -0,0 +1,7 @@
|
|||
namespace MareSynchronosShared.Utils;
|
||||
|
||||
public static class MareClaimTypes
|
||||
{
|
||||
public const string Uid = "uid";
|
||||
public const string CharaIdent = "character_identification";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue