Set Kavenegar OTP template to meeziotp
Template content: کد ورود : %token / میزی Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -56,7 +56,7 @@ public class PlatformIntegrationService : IPlatformIntegrationService
|
||||
var kavenegar = new KavenegarConfigDto(
|
||||
map.GetValueOrDefault(KeyKavenegarEnabled) is "true",
|
||||
MaskSecret(map.GetValueOrDefault(KeyKavenegarApi)),
|
||||
map.GetValueOrDefault(KeyKavenegarOtpTemplate) ?? "verify",
|
||||
map.GetValueOrDefault(KeyKavenegarOtpTemplate) ?? "meeziotp",
|
||||
map.GetValueOrDefault(KeyKavenegarSender) ?? string.Empty,
|
||||
HasSecret(map, KeyKavenegarApi));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user