🐛 Fix circular dependecy

This commit is contained in:
2025-08-18 16:34:07 +08:00
parent 69b56b9658
commit 32e91da0b2
6 changed files with 223 additions and 231 deletions

View File

@@ -0,0 +1,8 @@
using NodaTime;
namespace DysonNetwork.Pass.Auth;
public static class AuthCacheConstants
{
public const string Prefix = "auth:";
}