We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705000c commit 5bec326Copy full SHA for 5bec326
drfpasswordless/signals.py
@@ -35,7 +35,6 @@ def check_unique_tokens(sender, instance, **kwargs):
35
# save is called on a token to create it in the db
36
# before creating check whether a token with the same key exists
37
if isinstance(instance, CallbackToken):
38
- # Try three times.
39
unique = False
40
tries = 0
41
0 commit comments