Skip to content

Commit 5bec326

Browse files
committed
Comments
1 parent 705000c commit 5bec326

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drfpasswordless/signals.py

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def check_unique_tokens(sender, instance, **kwargs):
3535
# save is called on a token to create it in the db
3636
# before creating check whether a token with the same key exists
3737
if isinstance(instance, CallbackToken):
38-
# Try three times.
3938
unique = False
4039
tries = 0
4140

0 commit comments

Comments
 (0)