You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2022. It is now read-only.
The setup page checks for $_POST["redirect"] to see if you've clicked the "sign in with Twitter" button. However, Firefox (because the Twitter button is an image) supplies redirect_x and redirect_y $_POST variables but not $_POST, meaning that the request isn't detected as having had the Twitter button pressed. This works in Chrome.
The text was updated successfully, but these errors were encountered:
The setup page checks for $_POST["redirect"] to see if you've clicked the "sign in with Twitter" button. However, Firefox (because the Twitter button is an image) supplies redirect_x and redirect_y $_POST variables but not $_POST, meaning that the request isn't detected as having had the Twitter button pressed. This works in Chrome.
The text was updated successfully, but these errors were encountered: