fixed 第三方授权登录配置支持Get方法

This commit is contained in:
2022-12-08 14:35:46 +08:00
parent a01c98164a
commit 1aab51104f
2 changed files with 2 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ class SettingsController < ApplicationController
@third_party_new << {
name: provider,
url: "#{platform_url}/auth/#{provider}",
method: 'post'
method: 'get'
}
end
end