Error points to this line:
|
return redirect("index") # TODO: Go back to a customizable url |
The project I'm working on doesn't have an index and the auth_response() function is hardcoded to redirect to it. I could hack it together to work for this project, but I don't want my solution to be immediately deprecated. Will the TODO be addressed soon?
Error points to this line:
identity/identity/django.py
Line 224 in bffaa75
The project I'm working on doesn't have an index and the
auth_response()function is hardcoded to redirect to it. I could hack it together to work for this project, but I don't want my solution to be immediately deprecated. Will the TODO be addressed soon?