FC: move FC constants under particulier namespace

This commit is contained in:
Simon Lehericey 2018-01-15 12:07:54 +01:00
parent 06d9c4356e
commit 0d46f92795
5 changed files with 24 additions and 21 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