We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052afb3 commit 25d5cc3Copy full SHA for 25d5cc3
auth/api.py
@@ -82,7 +82,7 @@ def sign_up(request):
82
# User is unactive until visiting activation link
83
auth_profile.activation_key = activation_key
84
auth_profile.key_expires = key_expires
85
- activation_link = 'http://127.0.0.1:8000/auth/activate/' + activation_key
+ activation_link = 'http://127.0.0.1:8000/auth/v1/activate/' + activation_key
86
87
auth_profile.save()
88
0 commit comments