From 13da8e3577df081231a1bd75f6f35e7c311b6831 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Wed, 23 Oct 2024 13:57:30 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20ci4s=20oauth2=E6=8E=A5=E5=85=A5=20user?= =?UTF-8?q?=5Finfo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/oauth/ci4s_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/oauth/ci4s_controller.rb b/app/controllers/oauth/ci4s_controller.rb index 2783768de..70fb9779e 100644 --- a/app/controllers/oauth/ci4s_controller.rb +++ b/app/controllers/oauth/ci4s_controller.rb @@ -45,7 +45,7 @@ class Oauth::Ci4sController < Oauth::BaseController end Rails.logger.info("[OAuth2] session[:unionid] -> #{session[:unionid]}") - redirect_to root_path(new_user: new_user) + redirect_to root_path(new_user: new_user) && return # rescue Exception => ex # render_error(ex.message) # end