@@ -1470,7 +1470,7 @@ def authCallback(request, gateway):
return response_with_login(request, user, response)
- except (JDException, AliException) as e:
+ except AliException as e:
logger.error(repr(e))
return ErrorResponseRedirect(error = cn(e.errMsg))