`LOGIN_REDIRECT_URL = "/"` results in confusing user flow
Open
- Dominant language
- HTML
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
1. login
2. go to `/accounts/signup` or `/accounts/login`
3. 302 redirect to `/` -- confusing
https://github.com/HackTJ/live/blob/c2720790a8089c222534c25b900795aa096f2a18/hacktj_live/settings.py#L159
instead, redirect to `/accounts/profile` (default setting value) to indicate that user is already logged in
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.