DEV: Fix build.

This commit is contained in:
Bianca Nenciu 2018-11-05 14:16:03 +02:00
parent bd3e8d1a54
commit 5fc09a6467
1 changed files with 1 additions and 1 deletions

View File

@ -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