Skip to content

Commit

Permalink
Fix logout link
Browse files Browse the repository at this point in the history
  • Loading branch information
rossdakin committed Sep 30, 2024
1 parent 5b5c74d commit bb263e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/auth0_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def logout
returnTo: params[:from_www] ? ENV['AUTH0_LOGOUT_URL'] : ENV['AUTH0_LOGOUT_WWW_URL']
}.to_query

redirect_to uri.to_s
redirect_to uri.to_s, allow_other_host: true
end

def verify_email
Expand Down

0 comments on commit bb263e4

Please sign in to comment.