Correct flags of twilio phone provider
This commit is contained in:
parent
934c8e7e64
commit
bb4c817a33
1 changed files with 2 additions and 2 deletions
|
|
@ -249,8 +249,8 @@ class TwilioPhoneProvider(PhoneProvider):
|
|||
def flags(self) -> ProviderFlags:
|
||||
return ProviderFlags(
|
||||
configured=not LiveSetting.objects.filter(name__startswith="TWILIO", error__isnull=False).exists(),
|
||||
test_sms=True,
|
||||
test_sms=False,
|
||||
test_call=True,
|
||||
verification_call=True,
|
||||
verification_call=False,
|
||||
verification_sms=True,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue