DEV: Fix build.
This commit is contained in:
parent
bd3e8d1a54
commit
5fc09a6467
|
@ -88,7 +88,7 @@ class Auth::OpenIdAuthenticator < Auth::Authenticator
|
|||
|
||||
# Add CSRF protection in addition to OpenID Specification
|
||||
def strategy.query_string
|
||||
session["omniauth.state"] = state = SecureRandom.hex(24)
|
||||
session["omniauth.state"] = state = SecureRandom.hex(24)
|
||||
"?state=#{state}"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue