fixed 异常日志

This commit is contained in:
xxq250 2022-12-02 15:30:43 +08:00
parent 05702872b3
commit 77087345c8
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ class Oauth::CallbacksController < Oauth::BaseController
def create
process_callback
rescue Exception => e
Rails.logger.info "授权失败:#{e}"
tip_exception("授权失败")
end