forked from Yara724/api
sms logging in mongo part was added
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user