We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should log and send to HoneyBadger any error that we display the user in the OrcidsController.failure method.
OrcidsController.failure
Right now we only display it to the user:
def failure message = request.env["omniauth.error"].detailed_message flash[:notice] = "Omniauth linking failed #{message}. Consider linking your account" redirect_to user_path(current_user) end
See also #297
The text was updated successfully, but these errors were encountered:
JaymeeH
Successfully merging a pull request may close this issue.
We should log and send to HoneyBadger any error that we display the user in the
OrcidsController.failure
method.Right now we only display it to the user:
See also #297
The text was updated successfully, but these errors were encountered: