mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
verification
This commit is contained in:
@@ -171,7 +171,7 @@ export class Service extends DatabaseService<Model> {
|
||||
],
|
||||
};
|
||||
|
||||
// send verifiction sms.
|
||||
// send verification sms.
|
||||
CallService.makeCall(callRequest, {
|
||||
projectId: item.projectId,
|
||||
isSensitive: true,
|
||||
|
||||
@@ -144,7 +144,7 @@ export class Service extends DatabaseService<Model> {
|
||||
}
|
||||
|
||||
public sendVerificationCode(item: Model): void {
|
||||
// send verifiction sms.
|
||||
// send verification sms.
|
||||
SmsService.sendSms(
|
||||
{
|
||||
to: item.phone!,
|
||||
|
||||
Reference in New Issue
Block a user