Add SMS and Telegram notification functions to handle user verification messages
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ import re
|
||||
from typing import cast, Dict, Any
|
||||
from django.core.mail import send_mail
|
||||
from django.db.models import Q
|
||||
from api.sms import send_otp
|
||||
from api.notifications import send_otp
|
||||
from .tasks import add, add_new_devices_to_omada
|
||||
from devices.models import Device
|
||||
|
||||
|
||||
Reference in New Issue
Block a user