diff --git a/Services/ApiKeyProvider.cs b/Services/ApiKeyProvider.cs index 4757305..aaf24f3 100644 --- a/Services/ApiKeyProvider.cs +++ b/Services/ApiKeyProvider.cs @@ -38,5 +38,5 @@ public partial class ApiKeyProvider : IApiKeyProvider, IScopedService } } - public static string GenerateKey() => "nej-" + Nanoid.Nanoid.Generate(size: 256); + public static string GenerateKey() => "nej-" + NanoidDotNet.Nanoid.Generate(size: 256); } \ No newline at end of file