fix: 修改消息订阅 (#6789)

Co-authored-by: xinwen <coderWen@126.com>
This commit is contained in:
fit2bot
2021-09-09 20:12:52 +08:00
committed by GitHub
parent dc742d1281
commit 81000953e2
12 changed files with 31 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ from .base import BackendBase
class SMS(BackendBase):
account_field = 'phone'
is_enable_field_in_settings = 'AUTH_SMS'
is_enable_field_in_settings = 'SMS_ENABLED'
def __init__(self):
"""