FC initializers: remove Hashie

This commit is contained in:
simon lehericey 2018-01-11 14:04:24 +01:00 committed by Simon Lehericey
parent ec69be0f7b
commit f8519c5345
6 changed files with 20 additions and 16 deletions

View file

@ -50,7 +50,7 @@ class Users::SessionsController < Sessions::SessionsController
case connected_with_france_connect
when 'particulier'
redirect_to FRANCE_CONNECT.particulier.logout_endpoint
redirect_to FRANCE_CONNECT[:particulier][:logout_endpoint]
return
end
end