Fix login redirects (#4025)
Fixes #4022 Pretty sure the only issue with the redirects was the `next` variable was never updated to the `redirect_url` variable. Tested locally it works fine between the passwordless/passworded logins but couldn't test with social login. Everything I've seen online indicates this should work fine, though.
Showing
- hypha/templates/includes/org_login_button.html 1 addition, 1 deletionhypha/templates/includes/org_login_button.html
- hypha/templates/includes/password_login_button.html 1 addition, 1 deletionhypha/templates/includes/password_login_button.html
- hypha/templates/includes/passwordless_login_button.html 1 addition, 1 deletionhypha/templates/includes/passwordless_login_button.html
Loading
Please register or sign in to comment