feat(GtxMessagingService): Konfigurierte Codelänge über ioptions.
- Standardmäßig ist sie 5
This commit is contained in:
@@ -18,5 +18,7 @@ namespace EnvelopeGenerator.Application.Configurations.GtxMessaging
|
||||
public string RecipientQueryParamName { get; init; } = "to";
|
||||
|
||||
public string MessageQueryParamName { get; init; } = "text";
|
||||
|
||||
public int CodeLength { get; init; } = 5;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user