Skip to content

Commit 824f28d

Browse files
authored
Merge pull request aaronn#96 from null-none/master
Update README.md
2 parents 0846898 + 444cdac commit 824f28d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -309,16 +309,16 @@ DEFAULTS = {
309309
310310
# What function is called to construct a serializer for drf tokens when
311311
# exchanging a passwordless token for a real user auth token.
312-
'PASSWORDLESS_AUTH_TOKEN_SERIALIZER': 'drfpasswordless.serializers.TokenResponseSerializer'
312+
'PASSWORDLESS_AUTH_TOKEN_SERIALIZER': 'drfpasswordless.serializers.TokenResponseSerializer',
313313
314314
# A dictionary of demo user's primary key mapped to their static pin
315315
'PASSWORDLESS_DEMO_USERS': {},
316316
317317
# configurable function for sending email
318-
'PASSWORDLESS_EMAIL_CALLBACK': 'drfpasswordless.utils.send_email_with_callback_token'
318+
'PASSWORDLESS_EMAIL_CALLBACK': 'drfpasswordless.utils.send_email_with_callback_token',
319319
320320
# configurable function for sending sms
321-
'PASSWORDLESS_SMS_CALLBACK': 'drfpasswordless.utils.send_sms_with_callback_token'
321+
'PASSWORDLESS_SMS_CALLBACK': 'drfpasswordless.utils.send_sms_with_callback_token',
322322
323323
# Token Generation Retry Count
324324
'PASSWORDLESS_TOKEN_GENERATION_ATTEMPTS': 3

drfpasswordless/templates/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)