File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -309,16 +309,16 @@ DEFAULTS = {
309
309
310
310
# What function is called to construct a serializer for drf tokens when
311
311
# 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' ,
313
313
314
314
# A dictionary of demo user's primary key mapped to their static pin
315
315
' PASSWORDLESS_DEMO_USERS' : {},
316
316
317
317
# 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' ,
319
319
320
320
# 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' ,
322
322
323
323
# Token Generation Retry Count
324
324
' PASSWORDLESS_TOKEN_GENERATION_ATTEMPTS' : 3
You can’t perform that action at this time.
0 commit comments