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