🐛 Fix circular dependecy
This commit is contained in:
8
DysonNetwork.Pass/Auth/AuthCacheConstants.cs
Normal file
8
DysonNetwork.Pass/Auth/AuthCacheConstants.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using NodaTime;
|
||||
|
||||
namespace DysonNetwork.Pass.Auth;
|
||||
|
||||
public static class AuthCacheConstants
|
||||
{
|
||||
public const string Prefix = "auth:";
|
||||
}
|
Reference in New Issue
Block a user