Browse Source

fixed ci4s oauth2接入

pull/347/head
xxq250 1 year ago
parent
commit
c93ae8ebae
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/oauth/ci4s_controller.rb

+ 1
- 1
app/controllers/oauth/ci4s_controller.rb View File

@@ -3,7 +3,7 @@ class Oauth::Ci4sController < Oauth::BaseController


def oauth_url
Ci4s::Service.oauth_url(code)
redirect_to Ci4s::Service.oauth_url
end

# 需要educoder那边设置回调地址


Loading…
Cancel
Save