Skip to content

Commit

Permalink
unsafe redirect code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wendelfabianchinsamy committed Jun 12, 2024
1 parent b55d9dc commit 239a1dd
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 239a1dd

Please sign in to comment.