Fix signin with OmniAuth providers
Compare changes
+ 1
− 1
@@ -16,7 +16,7 @@ OmniAuth.config.allowed_request_methods = [:post]
@@ -16,7 +16,7 @@ OmniAuth.config.allowed_request_methods = [:post]
OmniAuth.config.allowed_request_methods << :get if Gitlab.config.omniauth.auto_sign_in_with_provider.present?