Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronn committed Nov 17, 2020
1 parent 705000c commit 5bec326
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drfpasswordless/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def check_unique_tokens(sender, instance, **kwargs):
# save is called on a token to create it in the db
# before creating check whether a token with the same key exists
if isinstance(instance, CallbackToken):
# Try three times.
unique = False
tries = 0

Expand Down

0 comments on commit 5bec326

Please sign in to comment.