We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9d081 commit 5a1018eCopy full SHA for 5a1018e
two_factor/gateways/twilio/gateway.py
@@ -38,6 +38,11 @@ class Twilio(object):
38
``TWILIO_CALLER_ID``
39
Should be set to a verified phone number. Twilio_ differentiates between
40
numbers verified for making phone calls and sending text messages.
41
+
42
+ Optionally you may set an error message to be displayed incase of error.
43
44
+ ``TWILIO_ERROR_MESSAGE``
45
+ Should be set to a string with a custom text.
46
47
.. _Twilio: http://www.twilio.com/
48
"""
0 commit comments