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

@ -1,6 +1,6 @@
class FranceConnectParticulierClient < OpenIDConnect::Client
def initialize(code = nil)
super(FRANCE_CONNECT.particulier)
super(FRANCE_CONNECT[:particulier])
if code.present?
self.authorization_code = code