From bb263e407f7d49687e0d4a04ac5c0e350d36d4d6 Mon Sep 17 00:00:00 2001 From: Ross Dakin Date: Mon, 30 Sep 2024 22:00:01 +0000 Subject: [PATCH] Fix logout link --- app/controllers/auth0_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/auth0_controller.rb b/app/controllers/auth0_controller.rb index e3a2daf..2c15b49 100644 --- a/app/controllers/auth0_controller.rb +++ b/app/controllers/auth0_controller.rb @@ -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