sms logging in mongo part was added

This commit is contained in:
2026-08-08 12:14:31 +03:30
parent e6038c73c5
commit 07d6cdbe7c
11 changed files with 541 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ type TemplateArgs = {
token2?: string;
token3?: string;
token10?: string;
isOtp?: boolean;
};
@Injectable()
@@ -80,6 +81,7 @@ export class SmsOrchestrationService implements OnModuleInit {
template: template || process.env.AUTH_SMS_TEMPLATE || "",
receptor: mobile,
token: otp,
isOtp: true,
});
}