discourse/app/views/users/omniauth_callbacks
David Taylor cf60de59b1 FIX: Allow omniauth confirmation page to pass through GET parameters
Using the rails `form_tag` helper generates a form with the action attribute set to the current URL (without parameters). In this case, we want to include any GET parameters, so it is better to exclude the action attribute from the form tag, and allow browsers to submit to the current URL.
2020-01-08 15:31:51 +00:00
..
confirm_request.html.erb FIX: Allow omniauth confirmation page to pass through GET parameters 2020-01-08 15:31:51 +00:00
failure.html.erb UX: Use `no_ember` styling for omniauth error page 2017-11-15 14:04:26 -05:00