This commit is contained in:
honzapatCZ 2026-06-27 08:24:46 +02:00
parent 22879c2f01
commit 3b9ad8a364

View File

@ -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);
}