FC initializers: remove Hashie
This commit is contained in:
parent
ec69be0f7b
commit
f8519c5345
6 changed files with 20 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue