Skip to content

Commit eb8b33c

Browse files
authored
Update README.md
1 parent 0a382e9 commit eb8b33c

File tree

1 file changed

+3
-3
lines changed

1 file 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

0 commit comments

Comments
 (0)