Skip to content

Commit 0868b03

Browse files
committed
2 parents 672fc9d + 13124b4 commit 0868b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drfpasswordless/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def send_sms_with_callback_token(self, user, mobile_token, **kwargs):
175175
"Did you set your Twilio account tokens and specify a PASSWORDLESS_MOBILE_NOREPLY_NUMBER?")
176176
except Exception as e:
177177
log.debug("Failed to send login SMS to user: %d. "
178-
"Possibly no mobile number on user object or django_twilio isn't set up yet. "
178+
"Possibly no mobile number on user object or the twilio package isn't set up yet. "
179179
"Number entered was %s" % (user.id, getattr(user, api_settings.PASSWORDLESS_USER_MOBILE_FIELD_NAME)))
180180
log.debug(e)
181181
return False

0 commit comments

Comments
 (0)