Closed faucomte97 closed 9 months ago
backend/api/views/user.py
line 49 at r2 (raw file):
pk is actually str since all url params are strings. detail=True basically adds "pk" to the start of our path so the full path is "/reset-password/ "
sorry, I meant
"(pk)/reset-password/(token)"
This change is