feat: add new generator key
All checks were successful
Build and Deploy Docker Container / build-and-deploy (push) Successful in 5m10s
.NET Test Pipeline / build-and-test (push) Successful in 5m43s

This commit is contained in:
2024-07-05 23:14:45 +03:00
parent 3898463bc4
commit 80b46754ad
2 changed files with 20 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public class Program
if (string.IsNullOrEmpty(secretForward!.SecretForwardToken))
{
secretForward.SecretForwardToken = GeneratorKey.GenerateBase64(18);
secretForward.SecretForwardToken = GeneratorKey.GenerateAlphaNumeric(16);
secretForward.SaveSetting();
}