refactor(CodeGenerator): umbenannt in Authenticator

This commit is contained in:
Developer 02
2025-02-03 09:58:57 +01:00
parent bbd03615e1
commit 808a02968b
7 changed files with 22 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
namespace EnvelopeGenerator.Application.Configurations
{
public class CodeGeneratorParams
public class AuthenticatorParams
{
public string CharPool { get; init; } = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz01234567890123456789012345678901234567890123456789";