more NDN
This commit is contained in:
parent
22879c2f01
commit
3b9ad8a364
|
|
@ -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);
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user