Skip to content

Commit

Permalink
Merge pull request #173 from datacite/unsafe-redirect-code-cleanup
Browse files Browse the repository at this point in the history
unsafe redirect code cleanup
  • Loading branch information
wendelfabianchinsamy authored Jun 12, 2024
2 parents b55d9dc + 239a1dd commit 8400352
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/controllers/users/sessions_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ def create
def destroy
cookies[:_datacite] = empty_cookie
super
rescue => err
logger.error("bryceson checking errors")
logger.error(err)
Raven.capture_exception(err)
end

def link_orcid
Expand Down

0 comments on commit 8400352

Please sign in to comment.