From 1b91641f9ae9eb47123c920f713cdb3e4181cd64 Mon Sep 17 00:00:00 2001 From: Simon Lehericey Date: Tue, 16 Jan 2018 15:41:51 +0100 Subject: [PATCH] FC ParticulierController: remove exotic route --- app/controllers/france_connect/particulier_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/france_connect/particulier_controller.rb b/app/controllers/france_connect/particulier_controller.rb index 24ef8757c..8116e9b2b 100644 --- a/app/controllers/france_connect/particulier_controller.rb +++ b/app/controllers/france_connect/particulier_controller.rb @@ -43,7 +43,7 @@ class FranceConnect::ParticulierController < ApplicationController user.update_attribute('loged_in_with_france_connect', 'particulier') - redirect_to stored_location_for(current_user) || signed_in_root_path(current_user) + redirect_to stored_location_for(current_user) || root_path(current_user) end def redirect_france_connect_error_connection