fixed 异常日志
This commit is contained in:
parent
05702872b3
commit
77087345c8
|
@ -2,6 +2,7 @@ class Oauth::CallbacksController < Oauth::BaseController
|
|||
def create
|
||||
process_callback
|
||||
rescue Exception => e
|
||||
Rails.logger.info "授权失败:#{e}"
|
||||
tip_exception("授权失败")
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue