mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
wechat 登录不显示
This commit is contained in:
@@ -78,7 +78,7 @@ class SettingsController < ApplicationController
|
||||
}
|
||||
platform_url = Rails.application.config_for(:configuration)['platform_url']
|
||||
config = Rails.application.config_for(:configuration)
|
||||
(config.dig("oauth").keys - ["educoder"]).each do |provider|
|
||||
(config.dig("oauth").keys - ["educoder", "wechat"]).each do |provider|
|
||||
@third_party_new << {
|
||||
name: provider,
|
||||
url: "#{platform_url}/auth/#{provider}",
|
||||
|
||||
Reference in New Issue
Block a user