From 9421bea84e837413595ea909f49e7a66f3c05ad1 Mon Sep 17 00:00:00 2001 From: Wendel Fabian Chinsamy <wendel.chinsamy@datacite.org> Date: Wed, 12 Jun 2024 11:06:31 +0200 Subject: [PATCH] kill me please --- app/controllers/users/sessions_controller.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/controllers/users/sessions_controller.rb b/app/controllers/users/sessions_controller.rb index 770e679..22d4bd3 100644 --- a/app/controllers/users/sessions_controller.rb +++ b/app/controllers/users/sessions_controller.rb @@ -56,10 +56,10 @@ def empty_cookie end private - def redirect_options - { - allow_other_host: true - } - end + def redirect_options + { + allow_other_host: true + } + end end end