mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
fixed 第三方授权登录配置支持Get方法
This commit is contained in:
@@ -82,7 +82,7 @@ class SettingsController < ApplicationController
|
||||
@third_party_new << {
|
||||
name: provider,
|
||||
url: "#{platform_url}/auth/#{provider}",
|
||||
method: 'post'
|
||||
method: 'get'
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user